By: Afnan Khan
Inspect and view changes in Open in Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"applications": {
"gecko": {
"id": "open-link-in-sidebar@afnankhan",
"strict_min_version": "60.0"
}
},
"name": "Open in Sidebar",
"version": "2019.7.8",
"description": "Open link, tab or bookmark in sidebar.",
"icons": {
"48": "images/icon.svg",
"96": "images/icon.svg"
},
"sidebar_action": {
"default_title": "Open in Sidebar",
"default_icon": "images/icon.svg",
"default_panel": "html/blank.html",
"browser_style": false,
"open_at_install": false
},
"background": {
"page": "html/background.html"
},
"options_ui": {
"page": "html/options.html",
"browser_style": true
},
"permissions": [
"menus",
"storage",
"bookmarks",
"<all_urls>",
"webRequest",
"webRequestBlocking"
]
} Best Open in Sidebar Alternatives
Here are some Firefox add-ons that are similar to Open in Sidebar: