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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    }
}