Guides
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Hvad er Guides?
Guides er en Chrome-udvidelse udviklet af Stefano Vollono, og dens hovedfunktion er "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".
Udvidelsesskærmbilleder
Download Guides-udvidelses-CRX-fil
Download Guides-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Guides |
ID | hfpokjeoalngkknelljbenaobinichjf |
Officiel URL | https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf |
Beskrivelse | This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned |
Filstørrelse | 14.65 KB |
Antal Installationer | 2,014 |
Nuværende Version | 2.1.1 |
Senest Opdateret | 2022-03-22 |
Udgivelsesdato | 2017-06-24 |
Bedømmelse | 4.20/5 Samlet 10 Bedømmelser |
Udvikler | Stefano Vollono |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/StefanoVollono/guides |
Hjælpeside-URL | https://github.com/StefanoVollono/guides/issues |
Understøttede Sprog | 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": [ " |