By: VolleInspiration
Inspect and view changes in Stored Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Stored Links",
"version": "0.6.8",
"description": "Save your links manually into a list. You can save the list in a csv file, completly and delete all with one click. Please watch out for errors :D",
"manifest_version": 2,
"author": "Felix Adamietz aka VolleInspiration",
"icons": {
"128": "assets/images/icon128.png"
},
"background": {
"scripts": [
"assets/js/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"browser_style": true,
"default_title": "StoredLinks",
"default_icon": "assets/images/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"assets/js/loadDataHelper.js",
"assets/js/background.js",
"assets/js/downloadHelper.js",
"assets/js/saveDataHelper.js",
"assets/js/buttonHelper.js"
]
}
],
"permissions": [
"downloads",
"activeTab",
"<all_urls>",
"tabs",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "StorageLinks@VolleInspiration",
"strict_min_version": "101.0"
}
},
"incognito": "not_allowed"
} Best Stored Links Alternatives
Here are some Firefox add-ons that are similar to Stored Links: