Polypane helper
Open the current page or links in Polypane, the developer tool for responsive web development and design.
Was ist Polypane helper?
Polypane helper ist eine Chrome-Erweiterung, die von https://polypane.app entwickelt wurde, und ihr Hauptmerkmal ist "Open the current page or links in Polypane, the developer tool for responsive web development and design.".
Erweiterungsscreenshots
Polypane helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Polypane helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Polypane is a browser built from the ground up to create and test websites and apps. For developers, designers, product managers, QA and anyone that works on the web. Using the Polypane helper, you can open the current page in Polypane using the button in your task bar, by pressing alt+ p or by right clicking any link to open that URL in Polypane
Grundlegende Informationen zur Erweiterung
Name | Polypane helper |
ID | eofbapfmbfmpeplodnehlkkgpkklmapp |
Offizielle URL | https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp |
Beschreibung | Open the current page or links in Polypane, the developer tool for responsive web development and design. |
Dateigröße | 22.23 KB |
Installationsanzahl | 3,875 |
Aktuelle Version | 1.5.0 |
Letztes Update | 2023-10-25 |
Veröffentlichungsdatum | 2019-11-18 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://polypane.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://polypane.app |
Hilfeseite URL | https://polypane.app/support |
URL der Datenschutzrichtlinien-Seite | https://firstversionist.com/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polypane helper", "version": "1.5.0", "manifest_version": 2, "description": "Open the current page or links in Polypane, the developer tool for responsive web development and design.", "homepage_url": "https:\/\/polypane.app", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/open.js" ], "persistent": true }, "permissions": [ "activeTab", "tabs", "contextMenus" ], "browser_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" } } } |