Guide lines
Easily check the visual alignment of the page elements.
Wat is Guide lines?
Guide lines is een Chrome-extensie ontwikkeld door imagentleman (José Antonio Chio), en de belangrijkste functie is "Easily check the visual alignment of the page elements.".
Extensie Screenshots
Download het CRX-bestand van de extensie Guide lines
Download Guide lines-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Guide lines |
ID | ghlopmkdjokkoobjieilmddcnaamboln |
Officiële URL | https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln |
Beschrijving | Easily check the visual alignment of the page elements. |
Bestandsgrootte | 9.17 KB |
Aantal Installaties | 999 |
Huidige Versie | 5 |
Laatst Bijgewerkt | 2022-04-06 |
Publicatiedatum | 2018-06-16 |
Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | imagentleman (José Antonio Chio) |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |