Page to wireframe

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

Page to wireframe क्या है?

Page to wireframe Brad Czerniak (ao5357) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click an icon and turn the page you're on into a wireframe."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Page to wireframe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}