JS ( DOM (document )). JS DOM.
:
- Javascript ( ) :
JS jQuery, document.body. - Javascript ( JS JS) :
API- Chrome, , , , ..
.
, (sendRequest onRequest), - "content script" script/background pages. =) .
> JS -
.
> , , , JS DOM. , JS
. Ext JS .., JS ( -).
> JS, JS
JS function level? JS?
PS
chrome.tabs.executeScript , . , script (, content_scripts). , , content_scripts: DOM JS-, JS. :
chrome.tabs.executeScript(null, {
"code": "document.body.removeChild(document.body.firstChild);"
});
, ( ) DOM. (, jQuery ):
chrome.tabs.executeScript(null, {
"code": "jQuery('input').remove();"
});
, jQuery - , , JS-, ( background_page content_scripts).
, Chrome =). , ...
BTW
, ... browser_action JS DOM. , ? JS . , JS browser_action (). : (= JS browser_action).
: JS . () .