Guide lines
Easily check the visual alignment of the page elements.
Qu'est-ce que Guide lines ?
Guide lines est une extension Chrome développée par imagentleman (José Antonio Chio), et sa fonction principale est "Easily check the visual alignment of the page elements.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Guide lines
Téléchargez les fichiers d'extension Guide lines 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
Get a vertical guide (line) and a horizontal guide that follow your mouse and go across the entire viewport. Useful to quickly check the alignment of elements in a page. Icon from https://material.io/tools/icons/
Informations de Base sur l'Extension
Nom | Guide lines |
ID | ghlopmkdjokkoobjieilmddcnaamboln |
URL Officiel | https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln |
Description | Easily check the visual alignment of the page elements. |
Taille du Fichier | 9.17 KB |
Nombre d'Installations | 999 |
Version Actuelle | 5 |
Dernière Mise à Jour | 2022-04-06 |
Date de Publication | 2018-06-16 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | imagentleman (José Antonio Chio) |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Guide lines", "version": "5", "description": "Easily check the visual alignment of the page elements.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "b16.png", "24": "b24.png", "32": "b32.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "minimum_chrome_version": "88" } |