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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Drag Design

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}