Guided Lines for awesome web developers
You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)
Guided Lines for awesome web developers là gì?
Guided Lines for awesome web developers là một tiện ích mở rộng Chrome được phát triển bởi rplusj, và tính năng chính của nó là "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)".
Ả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 Guided Lines for awesome web developers
Tải xuống các tệp mở rộng Guided Lines for awesome web developers 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
You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Guided Lines for awesome web developers |
ID | dpcjbjhjjfbpalaabgmmcojejekcofid |
URL Chính Thức | https://chromewebstore.google.com/detail/guided-lines-for-awesome/dpcjbjhjjfbpalaabgmmcojejekcofid |
Mô tả | You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;) |
Kích Thước Tệp | 210 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-01-30 |
Ngày Phát Hành | 2015-01-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | rplusj |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guided Lines for awesome web developers", "version": "0.0.1", "manifest_version": 2, "description": "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)", "homepage_url": "http:\/\/DomainNotPurchased.com", "icons": { "16": "icons\/ico.png", "48": "icons\/ico.png", "128": "icons\/ico.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/ico.png", "default_title": "Guided Lines for awesome web developers", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] } ] } |