By: octt
Inspect and view changes in SiteSider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"version": "1.0.0",
"name": "SiteSider",
"description": "Builds a collapsible sidebar tree of all links on any webpage.",
"permissions": [
"activeTab",
"scripting"
],
"action": {},
"icons": {
"640": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"sidebar.css"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "sitesider@octt.eu.org"
}
}
} Best SiteSider Alternatives
Here are some Firefox add-ons that are similar to SiteSider: