Polypane helper

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

Polypane helper là gì?

Polypane helper là một tiện ích mở rộng Chrome được phát triển bởi https://polypane.app, và tính năng chính của nó là "Open the current page or links in Polypane, the developer tool for responsive web development and design.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Polypane helper

Tải xuống các tệp mở rộng Polypane helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Polypane helper Polypane helper
ID eofbapfmbfmpeplodnehlkkgpkklmapp
URL Chính Thức https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp
Mô tả Open the current page or links in Polypane, the developer tool for responsive web development and design.
Kích Thước Tệp 22.23 KB
Số Lần Cài Đặt 3,875
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2023-10-25
Ngày Phát Hành 2019-11-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://polypane.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://polypane.app
URL Trang Trợ Giúp https://polypane.app/support
URL Trang Chính Sách Bảo Mật https://firstversionist.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}