wireframe-page

Turn any website into a live wireframe

wireframe-page क्या है?

wireframe-page suziwen1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn any website into a live wireframe"।

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

screenshot
screenshot
screenshot

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

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

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

                        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
}