Guides
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Wat is Guides?
Guides is een Chrome-extensie ontwikkeld door Stefano Vollono, en de belangrijkste functie is "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".
Extensie Screenshots
Download het CRX-bestand van de extensie Guides
Download Guides-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
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.
Basisinformatie over de Extensie
Naam | Guides |
ID | hfpokjeoalngkknelljbenaobinichjf |
Officiële URL | https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf |
Beschrijving | This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned |
Bestandsgrootte | 14.65 KB |
Aantal Installaties | 2,014 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2022-03-22 |
Publicatiedatum | 2017-06-24 |
Beoordeling | 4.20/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Stefano Vollono |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/StefanoVollono/guides |
Help Pagina-URL | https://github.com/StefanoVollono/guides/issues |
Ondersteunde Talen | 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": [ " |