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によって開発されたChromeの拡張機能で、その主な機能は「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

Drag Design拡張機能のCRXファイルをダウンロード

Drag Design拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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