CoolFace
Modelpublic

rise112/ai_forms

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
background.js5 linesDownload Raw Back to root
1chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
2  if (request.action === 'getAnswer') {
3    //This will be filled later.
4  }
5});