Polypane helper

Open the current page or links in Polypane, the developer tool for responsive web development and design.

Wat is Polypane helper?

Polypane helper is een Chrome-extensie ontwikkeld door https://polypane.app, en de belangrijkste functie is "Open the current page or links in Polypane, the developer tool for responsive web development and design.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Polypane helper

Download Polypane helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Polypane helper Polypane helper
ID eofbapfmbfmpeplodnehlkkgpkklmapp
Officiële URL https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp
Beschrijving Open the current page or links in Polypane, the developer tool for responsive web development and design.
Bestandsgrootte 22.23 KB
Aantal Installaties 3,875
Huidige Versie 1.5.0
Laatst Bijgewerkt 2023-10-25
Publicatiedatum 2019-11-18
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://polypane.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://polypane.app
Help Pagina-URL https://polypane.app/support
URL van de Privacybeleid Pagina https://firstversionist.com/privacy
Ondersteunde Talen 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"
        }
    }
}