Grid Ruler
Create grids and measure their distance easily.
Vad är Grid Ruler?
Grid Ruler är en Chrome-tillägg utvecklad av tgohn, och dess huvudfunktion är "Create grids and measure their distance easily.".
Tilläggsskärmbilder
Ladda ner Grid Ruler-förlängningens CRX-fil
Ladda ner Grid Ruler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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, hold key to get a straight line. Grundläggande Information om Tillägg
| Namn | |
| ID | joadogiaiabhmggdifljlpkclnpfncmj |
| Officiell webbadress | https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj |
| Beskrivning | Create grids and measure their distance easily. |
| Filstorlek | 283 KB |
| Antal Installationer | 176,516 |
| Aktuell Version | 0.2.1 |
| Senast Uppdaterad | 2014-04-15 |
| Publiceringsdatum | 2014-04-15 |
| Betyg | 3.73/5 Totalt 323 Betyg |
| Utvecklare | tgohn |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/tgohn/chrome-ruler |
| Hjälpsida URL | https://github.com/tgohn/chrome-ruler/issues |
| Stödda Språk | 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
}
} | |