Polypane helper
Open the current page or links in Polypane, the developer tool for responsive web development and design.
Qu'est-ce que Polypane helper ?
Polypane helper est une extension Chrome développée par https://polypane.app, et sa fonction principale est "Open the current page or links in Polypane, the developer tool for responsive web development and design.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Polypane helper
Téléchargez les fichiers d'extension Polypane helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Polypane helper |
ID | eofbapfmbfmpeplodnehlkkgpkklmapp |
URL Officiel | https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp |
Description | Open the current page or links in Polypane, the developer tool for responsive web development and design. |
Taille du Fichier | 22.23 KB |
Nombre d'Installations | 3,875 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2023-10-25 |
Date de Publication | 2019-11-18 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://polypane.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://polypane.app |
URL de la Page d'Aide | https://polypane.app/support |
URL de la Page de Politique de Confidentialité | https://firstversionist.com/privacy |
Langues Prises en Charge | 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" } } } |