wireframify

view wireframe of the page

wireframify क्या है?

wireframify https://anilk.strikingly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "view wireframe of the page"।

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

screenshot

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

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

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

                        Preview wireframe of any website with one click.
Its is based on https://github.com/artlawry/framify-jquery-plugin                    

एक्सटेंशन की मूल जानकारी

नाम wireframify wireframify
ID denkephjglddepmhdlaaigjionglkdbb
आधिकारिक URL https://chromewebstore.google.com/detail/wireframify/denkephjglddepmhdlaaigjionglkdbb
विवरण view wireframe of the page
फ़ाइल का आकार 87.62 KB
स्थापना संख्या 5,778
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-01-22
प्रकाशन तिथि 2017-01-22
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर https://anilk.strikingly.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/anilbms75
सहायता पृष्ठ URL https://twitter.com/anilbms75
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "wireframify",
    "description": "view wireframe of the page",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "view wireframe of the page"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "jquery.min.js",
        "framify.js"
    ]
}