Inspect and view changes in 信院成绩录入辅助插件 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "信院成绩录入辅助插件",
"version": "1.0.2",
"description": "信院成绩录入辅助插件",
"icons": {
"16": "img/logo.png",
"48": "img/logo.png",
"128": "img/logo.png"
},
"browser_action": {
"default_icon": "img/logo.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"file:///E:/*"
],
"js": [
"js/jquery.min.js",
"js/content.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{70bbd5bf-b8be-4c59-a87d-c335033fabf6}"
}
}
}