Grid Ruler
Create grids and measure their distance easily.
What is Grid Ruler?
Grid Ruler is a Chrome extension developed by tgohn, and its main feature is "Create grids and measure their distance easily.".
Extension Screenshots
Download Grid Ruler Extension CRX File
Download Grid Ruler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Grid Ruler |
ID | joadogiaiabhmggdifljlpkclnpfncmj |
Official URL | https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj |
Description | Create grids and measure their distance easily. |
File Size | 283 KB |
Installation Count | 176,516 |
Current Version | 0.2.1 |
Last Updated | 2014-04-15 |
Publish Date | 2014-04-15 |
Rating | 3.73/5 Total 323 Ratings |
Developer | tgohn |
Payment Type | free |
Extension Website | https://github.com/tgohn/chrome-ruler |
Help Page URL | https://github.com/tgohn/chrome-ruler/issues |
Supported Languages | 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 } } |