Grid Ruler
Create grids and measure their distance easily.
Grid Ruler là gì?
Grid Ruler là một tiện ích mở rộng Chrome được phát triển bởi tgohn, và tính năng chính của nó là "Create grids and measure their distance easily.".
Ả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 Grid Ruler
Tải xuống các tệp mở rộng Grid Ruler 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
It allow you to creates vertical and horizontal grids, Photoshop style. It has a ruler to measure distance between your grids too. #How to use: - drag from main vertical/horizontal ruler to create grids. - click on intersection of vertical ruler and horizontal ruler to go into ruler mode. - while in ruler mode, holdkey to get a straight line.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Grid Ruler |
ID | joadogiaiabhmggdifljlpkclnpfncmj |
URL Chính Thức | https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj |
Mô tả | Create grids and measure their distance easily. |
Kích Thước Tệp | 283 KB |
Số Lần Cài Đặt | 176,516 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2014-04-15 |
Ngày Phát Hành | 2014-04-15 |
Đánh Giá | 3.73/5 Tổng số 323 Đánh Giá |
Nhà Phát Triển | tgohn |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tgohn/chrome-ruler |
URL Trang Trợ Giúp | https://github.com/tgohn/chrome-ruler/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grid Ruler", "version": "0.2.1", "description": "Create grids and measure their distance easily.", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "browser_action": { "default_icon": { "19": "assets\/icon_19.png", "38": "assets\/icon_38.png" }, "default_title": "Grid Ruler" }, "permissions": [ "activeTab" ], "background": { "scripts": [ ".\/src\/chrome\/background.js" ], "persistent": false } } |