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 là gì?
Drag Design là một tiện ích mở rộng Chrome được phát triển bởi Josh Cronin, và tính năng chính của nó là "This extension allows you to drag each element of your website around individually to help you get your site just right.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Drag Design
Tải xuống các tệp mở rộng Drag Design dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Drag Design |
ID | ojakcmmkjeffinjapolfoahfagdgelfk |
URL Chính Thức | https://chromewebstore.google.com/detail/drag-design/ojakcmmkjeffinjapolfoahfagdgelfk |
Mô tả | This extension allows you to drag each element of your website around individually to help you get your site just right. |
Kích Thước Tệp | 137 KB |
Số Lần Cài Đặt | 1,849 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-02-13 |
Ngày Phát Hành | 2014-02-13 |
Đánh Giá | 3.35/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Josh Cronin |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |