S
{
"manifest_version": 2,
"name": " Prison",
"version": "1.0.0",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": ["jquery.js", "content.js"]
}
],
"browser_action": {
"default_icon": "icon.jpeg",
"default_popup": "index.html"
}
}
Size: a a a
S
{
"manifest_version": 2,
"name": " Prison",
"version": "1.0.0",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": ["jquery.js", "content.js"]
}
],
"browser_action": {
"default_icon": "icon.jpeg",
"default_popup": "index.html"
}
}
S
CM
S
S
S
S
S
CM
S
CM
S
A
A
S
S
A
A
S
chrome.tabs.getCurrent(function(tab) {
alert(tab.title);
});