Polypane helper

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

Polypane helperคืออะไร?

Polypane helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://polypane.app และคุณลักษณะหลักของมันคือ "Open the current page or links in Polypane, the developer tool for responsive web development and design."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Polypane helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    }
}