Grid Ruler
Create grids and measure their distance easily.
Qu'est-ce que Grid Ruler ?
Grid Ruler est une extension Chrome développée par tgohn, et sa fonction principale est "Create grids and measure their distance easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Grid Ruler
Téléchargez les fichiers d'extension Grid Ruler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Grid Ruler |
ID | joadogiaiabhmggdifljlpkclnpfncmj |
URL Officiel | https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj |
Description | Create grids and measure their distance easily. |
Taille du Fichier | 283 KB |
Nombre d'Installations | 176,516 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2014-04-15 |
Date de Publication | 2014-04-15 |
Évaluation | 3.73/5 Total 323 Évaluations |
Développeur | tgohn |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tgohn/chrome-ruler |
URL de la Page d'Aide | https://github.com/tgohn/chrome-ruler/issues |
Langues Prises en Charge | 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 } } |