Polypane helper
Open the current page or links in Polypane, the developer tool for responsive web development and design.
¿Qué es Polypane helper?
Polypane helper es una extensión de Chrome desarrollada por https://polypane.app, y su función principal es "Open the current page or links in Polypane, the developer tool for responsive web development and design.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Polypane helper
Descarga archivos de extensión Polypane helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Polypane helper |
ID | eofbapfmbfmpeplodnehlkkgpkklmapp |
URL Oficial | https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp |
Descripción | Open the current page or links in Polypane, the developer tool for responsive web development and design. |
Tamaño del Archivo | 22.23 KB |
Cantidad de Instalaciones | 3,875 |
Versión Actual | 1.5.0 |
Última Actualización | 2023-10-25 |
Fecha de Publicación | 2019-11-18 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | https://polypane.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://polypane.app |
URL de la Página de Ayuda | https://polypane.app/support |
URL de la Página de Política de Privacidad | https://firstversionist.com/privacy |
Idiomas Soportados | 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" } } } |