By: Firstversionist
Inspect and view changes in Polypane helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Polypane helper",
"version": "3.0.0",
"manifest_version": 3,
"description": "Open the current page or links in Polypane, the developer tool for responsive web development and design.",
"homepage_url": "https://polypane.app",
"browser_specific_settings": {
"gecko": {
"id": "{b4d2e20e-7b82-4e89-a591-fd2f7a7abd98}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"service_worker": "src/open.js",
"scripts": [
"src/open.js"
]
},
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"storage"
],
"content_scripts": [
{
"matches": [
"http://localhost/*",
"https://localhost/*",
"http://127.0.0.1/*",
"https://127.0.0.1/*",
"http://*.local/*",
"https://*.local/*"
],
"js": [
"src/content.js"
],
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"icons/icon16.png",
"icons/icon48.png"
],
"matches": [
"http://localhost/*",
"https://localhost/*",
"http://127.0.0.1/*",
"https://127.0.0.1/*",
"http://*.local/*",
"https://*.local/*"
]
}
],
"action": {
"default_icon": "icons/icon19.png",
"default_title": "Open current tab in Polypane (Alt + P)"
},
"commands": {
"open-in-polypane": {
"suggested_key": {
"default": "Alt+P"
},
"description": "Open current tab in Polypane"
}
}
} Best Polypane helper Alternatives
Here are some Firefox add-ons that are similar to Polypane helper: