Guide lines
Easily check the visual alignment of the page elements.
Vad är Guide lines?
Guide lines är en Chrome-tillägg utvecklad av imagentleman (José Antonio Chio), och dess huvudfunktion är "Easily check the visual alignment of the page elements.".
Tilläggsskärmbilder
Ladda ner Guide lines-förlängningens CRX-fil
Ladda ner Guide lines-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
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/
Grundläggande Information om Tillägg
Namn | Guide lines |
ID | ghlopmkdjokkoobjieilmddcnaamboln |
Officiell webbadress | https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln |
Beskrivning | Easily check the visual alignment of the page elements. |
Filstorlek | 9.17 KB |
Antal Installationer | 999 |
Aktuell Version | 5 |
Senast Uppdaterad | 2022-04-06 |
Publiceringsdatum | 2018-06-16 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | imagentleman (José Antonio Chio) |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |