Page to wireframe

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

Page to wireframe là gì?

Page to wireframe là một tiện ích mở rộng Chrome được phát triển bởi Brad Czerniak (ao5357), và tính năng chính của nó là "Click an icon and turn the page you're on into a wireframe.".

Ả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 Page to wireframe

Tải xuống các tệp mở rộng Page to wireframe 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

                        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.                    

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

Tên Page to wireframe Page to wireframe
ID djbpbelpckcfamdlkfhipkkadnanmkci
URL Chính Thức https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci
Mô tả Click an icon and turn the page you're on into a wireframe.
Kích Thước Tệp 2.15 MB
Số Lần Cài Đặt 6,301
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-03-25
Ngày Phát Hành 2020-03-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Brad Czerniak (ao5357)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ao5357/page-to-wireframe
URL Trang Trợ Giúp https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md
URL Trang Chính Sách Bảo Mật https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}