Polypane helper

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

Polypane helperとは何ですか?

Polypane helperはhttps://polypane.appによって開発されたChromeの拡張機能で、その主な機能は「Open the current page or links in Polypane, the developer tool for responsive web development and design.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Polypane helper拡張機能のCRXファイルをダウンロード

Polypane helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Polypane helper Polypane helper
ID eofbapfmbfmpeplodnehlkkgpkklmapp
公式URL https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp
説明 Open the current page or links in Polypane, the developer tool for responsive web development and design.
ファイルサイズ 22.23 KB
インストール数 3,875
現在のバージョン 1.5.0
最終更新日 2023-10-25
公開日 2019-11-18
評価 5.00/5 合計 4 レビュー
開発者 https://polypane.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://polypane.app
ヘルプページのURL https://polypane.app/support
プライバシーポリシーページのURL https://firstversionist.com/privacy
対応言語 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"
        }
    }
}