wireframe-page

Turn any website into a live wireframe

wireframe-pageคืออะไร?

wireframe-page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย suziwen1 และคุณลักษณะหลักของมันคือ "Turn any website into a live wireframe"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wireframe-page

ดาวน์โหลดไฟล์ส่วนขยาย wireframe-page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Turn any website into a live wireframe.

Click extension icon and turn the page you're on into a wireframe.

Support two mode, wave wireframe and block wireframe.

Useful for demos, streaming, hide personal information, visual regression, and more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ wireframe-page wireframe-page
ID bhaaofjcbafngjjneehlganleamobkke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wireframe-page/bhaaofjcbafngjjneehlganleamobkke
คำอธิบาย Turn any website into a live wireframe
ขนาดไฟล์ 36.25 KB
จำนวนการติดตั้ง 265
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-07-13
วันที่เผยแพร่ 2023-07-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา suziwen1
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wireframe-page",
    "version": "0.0.1",
    "description": "Turn any website into a live wireframe",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon32.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/wireframe.css",
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}