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
官方網址 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
電子郵箱 [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"
        }
    }
}