Polypane helper

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

Co je Polypane helper?

Polypane helper je rozšíření Chrome vyvinuté https://polypane.app, a jeho hlavní funkcí je „Open the current page or links in Polypane, the developer tool for responsive web development and design.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Polypane helper

Stáhněte si soubory rozšíření Polypane helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Polypane helper Polypane helper
ID eofbapfmbfmpeplodnehlkkgpkklmapp
Oficiální URL https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp
Popis Open the current page or links in Polypane, the developer tool for responsive web development and design.
Velikost souboru 22.23 KB
Počet instalací 3,875
Aktuální Verze 1.5.0
Poslední Aktualizace 2023-10-25
Datum Vydání 2019-11-18
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://polypane.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://polypane.app
URL Stránky Nápovědy https://polypane.app/support
URL Stránky Zásad Ochrany Soukromí https://firstversionist.com/privacy
Podporované Jazyky 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"
        }
    }
}