Polypane helper

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

Co to jest Polypane helper?

Polypane helper to rozszerzenie Chrome opracowane przez https://polypane.app, a jego główną funkcją jest „Open the current page or links in Polypane, the developer tool for responsive web development and design.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Polypane helper

Pobierz pliki rozszerzeń Polypane helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Polypane helper Polypane helper
ID eofbapfmbfmpeplodnehlkkgpkklmapp
Oficjalny URL https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp
Opis Open the current page or links in Polypane, the developer tool for responsive web development and design.
Rozmiar pliku 22.23 KB
Liczba instalacji 3,875
Aktualna Wersja 1.5.0
Ostatnia Aktualizacja 2023-10-25
Data Publikacji 2019-11-18
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://polypane.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://polypane.app
Adres URL Strony Pomocy https://polypane.app/support
Adres URL Strony Polityki Prywatności https://firstversionist.com/privacy
Obsługiwane Języki 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"
        }
    }
}