作者: Adrian Wheeler
Inspect and view changes in Source Code Version Auto-Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Source Code Version Auto-Saver",
"version": "1.0",
"description": "Automatically save versions of source code files being edited in the browser.",
"permissions": [
"activeTab",
"storage",
"downloads",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
}
},
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{1f5c79ff-0bed-4d7b-97fa-c6e7e527a7a1}"
}
}
} 最佳 Source Code Version Auto-Saver 替代方案
这里是一些与Source Code Version Auto-Saver类似的Firefox add-on: