¡@

Home 

javascript Programming Glossary: myapi.js

Can a site invoke a browser extension?

http://stackoverflow.com/questions/10526995/can-a-site-invoke-a-browser-extension

'script' s.src chrome.extension.getURL myapi.js document.documentElement.appendChild s Any functions that are.. s Any functions that are defined in myapi.js will become accessible to the main page. If you are using manifest_version.. If you are using manifest_version 2 you'll need to include myapi.js in your manifest's list of web_accessible_resources . myapi.js..