Laser Eyes
Outline every element on your website with the help of Laser Eyes
Τι είναι το Laser Eyes;
Το Laser Eyes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://layerworks.com, και η κύρια λειτουργία του είναι "Outline every element on your website with the help of Laser Eyes".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Laser Eyes
Λήψη αρχείων επέκτασης Laser Eyes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
An extension that aids Front-end Developers by visualizing elements in the DOM. Activating Laser Eyes will inject custom CSS onto the current tab, allowing developers to see how elements align and stack up. By using the CSS "outline" property, as opposed to "border", the elements won't grow in size and the original alignment is preserved. The CSS that Laser Eyes injects is customizable and synced across multiple browsers.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Laser Eyes |
ID | kfpknakmpilhdaoiecgelegmbadacmod |
Επίσημο URL | https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod |
Περιγραφή | Outline every element on your website with the help of Laser Eyes |
Μέγεθος Αρχείου | 28.72 KB |
Αριθμός Εγκαταστάσεων | 295 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2022-02-24 |
Ημερομηνία Δημοσίευσης | 2022-02-24 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://layerworks.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/dthunziker/laser-eyes |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/dthunziker/laser-eyes |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Laser Eyes", "description": "Outline every element on your website with the help of Laser Eyes", "version": "1.0", "manifest_version": 3, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "permissions": [ "storage", "activeTab", "scripting" ] } |