Page to wireframe

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

Page to wireframeคืออะไร?

Page to wireframe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brad Czerniak (ao5357) และคุณลักษณะหลักของมันคือ "Click an icon and turn the page you're on into a wireframe."

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

screenshot
screenshot

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

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

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

                        I make websites, and sometimes I want to make a site first, then demonstrate its micro-IA separately, without showing a huge level of detail or design fidelity.

This extension lets you click a button and have everything on the page appear low-fidelity. You can then take screenshots and perform other operations in order to export your wires.                    

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

ชื่อ Page to wireframe Page to wireframe
ID djbpbelpckcfamdlkfhipkkadnanmkci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci
คำอธิบาย Click an icon and turn the page you're on into a wireframe.
ขนาดไฟล์ 2.15 MB
จำนวนการติดตั้ง 6,301
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-03-25
วันที่เผยแพร่ 2020-03-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Brad Czerniak (ao5357)
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ao5357/page-to-wireframe
URL หน้าช่วยเหลือ https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md
URL หน้านโยบายความเป็นส่วนตัว https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Brad Czerniak",
    "name": "__MSG_extensionName__",
    "short_name": "p2wire",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.0",
    "default_locale": "en_US",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_browserActionDefaultTitle__"
    },
    "homepage_url": "https:\/\/github.com\/ao5357\/page-to-wireframe",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "css\/fonts\/*.woff2",
        "css\/images\/*.jpg",
        "css\/images\/*.svg"
    ]
}