Guides
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Τι είναι το Guides;
Το Guides είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stefano Vollono, και η κύρια λειτουργία του είναι "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Guides
Λήψη αρχείων επέκτασης Guides σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Guides |
ID | hfpokjeoalngkknelljbenaobinichjf |
Επίσημο URL | https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf |
Περιγραφή | This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned |
Μέγεθος Αρχείου | 14.65 KB |
Αριθμός Εγκαταστάσεων | 2,014 |
Τρέχουσα Έκδοση | 2.1.1 |
Τελευταία Ενημέρωση | 2022-03-22 |
Ημερομηνία Δημοσίευσης | 2017-06-24 |
Αξιολόγηση | 4.20/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | Stefano Vollono |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/StefanoVollono/guides |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/StefanoVollono/guides/issues |
Υποστηριζόμενες Γλώσσες | 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": [ " |