By: tkrkt
Inspect and view changes in New window without toolbar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "__MSG_appName__",
"version": "1.3.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts/background.js"
]
},
"permissions": [
"tabs",
"contextMenus",
"contextualIdentities",
"cookies",
"storage"
],
"browser_action": {
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"options_ui": {
"browser_style": true,
"page": "options.html"
},
"commands": {
"open-new-window": {
"suggested_key": {
"default": "Alt+Shift+N",
"mac": "Alt+Shift+N"
},
"description": "__MSG_openNewWindowCommand__"
}
},
"applications": {
"gecko": {
"id": "new-window-without-toolbar@tkrkt.com"
}
}
} Best New window without toolbar Alternatives
Here are some Firefox add-ons that are similar to New window without toolbar: