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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}