Polypane helper

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

O que é Polypane helper?

Polypane helper é uma extensão do Chrome desenvolvida por https://polypane.app, e sua principal característica é "Open the current page or links in Polypane, the developer tool for responsive web development and design.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Polypane helper

Baixe arquivos de extensão Polypane helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Polypane helper Polypane helper
ID eofbapfmbfmpeplodnehlkkgpkklmapp
URL Oficial https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp
Descrição Open the current page or links in Polypane, the developer tool for responsive web development and design.
Tamanho do Arquivo 22.23 KB
Contagem de Instalações 3,875
Versão Atual 1.5.0
Última Atualização 2023-10-25
Data de Publicação 2019-11-18
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://polypane.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://polypane.app
URL da Página de Ajuda https://polypane.app/support
URL da Página de Política de Privacidade https://firstversionist.com/privacy
Idiomas Suportados 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"
        }
    }
}