Guides
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
What is Guides?
Guides is a Chrome extension developed by Stefano Vollono, and its main feature is "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".
Extension Screenshots
Download Guides Extension CRX File
Download Guides extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Guides |
ID | hfpokjeoalngkknelljbenaobinichjf |
Official URL | https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf |
Description | This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned |
File Size | 14.65 KB |
Installation Count | 2,014 |
Current Version | 2.1.1 |
Last Updated | 2022-03-22 |
Publish Date | 2017-06-24 |
Rating | 4.20/5 Total 10 Ratings |
Developer | Stefano Vollono |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/StefanoVollono/guides |
Help Page URL | https://github.com/StefanoVollono/guides/issues |
Supported Languages | 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": [ " |