By: Adrian Wheeler Add-on
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}"
}
}
} Best Source Code Version Auto-Saver Alternatives
Here are some Firefox add-ons that are similar to Source Code Version Auto-Saver:
Snippet Manager Backup
Maria
Source Change Auto-Refresher
Aisha
Autosave Online
Firefox user 12502568
DevMemory - 代码记忆库
夏茂成
GitHub Save
Samuel Yeebiyo
Auto-Save Checklist
Jannat
Code Fragment Saver
Faris
Auto Save HTML
nunoarruda
My Session Manager
Nap
Desmos Auto Save
Thijs S
Code Snippet Saver
Hi Hung
Save Code in AI conversations
changlehu