Drag Design

This extension allows you to drag each element of your website around individually to help you get your site just right.

Drag Design क्या है?

Drag Design Josh Cronin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to drag each element of your website around individually to help you get your site just right."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to drag all or individual elements of a website. You can also edit the content of all or individual elements. This extension is great for anyone designing a web page but can't decide what to put where.

It's easy to use and simple to get the hang of.

You can drag elements and all of the items inside it as a group or you can drag every element individually. You can edit text on the whole web page, or just a single paragraph, with ease.

Author - Josh Cronin                    

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

नाम Drag Design Drag Design
ID ojakcmmkjeffinjapolfoahfagdgelfk
आधिकारिक URL https://chromewebstore.google.com/detail/drag-design/ojakcmmkjeffinjapolfoahfagdgelfk
विवरण This extension allows you to drag each element of your website around individually to help you get your site just right.
फ़ाइल का आकार 137 KB
स्थापना संख्या 1,849
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-02-13
प्रकाशन तिथि 2014-02-13
रेटिंग 3.35/5 कुल 17 रेटिंग्स
डेवलपर Josh Cronin
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drag Design",
    "short_name": "Drag Design",
    "description": "This extension allows you to drag each element of your website around individually to help you get your site just right.",
    "version": "1.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/jquery\/jquery-ui.min.js",
        "js\/jquery\/jquery.min.js",
        "js\/jquery\/jquery.min.map",
        "img\/notification_icon.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery-ui.min.js",
                "js\/injectscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Click to enable"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}