Guides
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Vad är Guides?
Guides är en Chrome-tillägg utvecklad av Stefano Vollono, och dess huvudfunktion är "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".
Tilläggsskärmbilder
Ladda ner Guides-förlängningens CRX-fil
Ladda ner Guides-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
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned. 1. ESC key or click on browser icon to exit/enter the application. 2. Double click on a ruler to create a new guide. 3. Double click on a guide to delete it.
Grundläggande Information om Tillägg
Namn | Guides |
ID | hfpokjeoalngkknelljbenaobinichjf |
Officiell webbadress | https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf |
Beskrivning | This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned |
Filstorlek | 14.65 KB |
Antal Installationer | 2,014 |
Aktuell Version | 2.1.1 |
Senast Uppdaterad | 2022-03-22 |
Publiceringsdatum | 2017-06-24 |
Betyg | 4.20/5 Totalt 10 Betyg |
Utvecklare | Stefano Vollono |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/StefanoVollono/guides |
Hjälpsida URL | https://github.com/StefanoVollono/guides/issues |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Guides", "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned", "version": "2.1.1", "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "images\/icons\/icon19.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "images\/hruler.png", "images\/vruler.png" ], "matches": [ " |