devLens
A great tool which helps to locate the elements in the HTML webpage, useful for debugging and development
Τι είναι το devLens;
Το devLens είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maaz, και η κύρια λειτουργία του είναι "A great tool which helps to locate the elements in the HTML webpage, useful for debugging and development".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης devLens
Λήψη αρχείων επέκτασης devLens σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Struggling with responsive web design issues and pesky CSS bugs? With devLens, you can make sure the elements of your website are clear and mistake-free. You can quickly check out the structure of elements by using this handy tool. Adding devLens to Chrome serves as an extension/alternative to the existing Chrome developer tools. ★ Different Color for every tag Highlight the tags which you want to search with a different color for each group of tags. ★ Custom box for choosing the desired color and tag By pressing the Enter Key in the custom box, you can cycle through different material colors until you find the desired one. ★ Offline webpage support Whether you’re developing on a server or simply viewing a locally saved webpage, devLens works everywhere. ★ Open to ideas and features This is the initial release of devLens and I am open to ideas, suggestions and feedback. If you think this tool is helpful for you, please leave a rating and review. I really appreciate it! This project is open to contribution. Find it on https://github.com/maazrk/devLens By installing the extension, you agree that you will use it for development and wherever you want to use it.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kabdfmclplkabkflfbiakidanlcdfaji |
Επίσημο URL | https://chrome.google.com/webstore/detail/devlens/kabdfmclplkabkflfbiakidanlcdfaji |
Περιγραφή | A great tool which helps to locate the elements in the HTML webpage, useful for debugging and development |
Μέγεθος Αρχείου | 33.01 KB |
Αριθμός Εγκαταστάσεων | 234 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2017-10-15 |
Ημερομηνία Δημοσίευσης | 2017-10-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Maaz |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "devLens", "description": "A great tool which helps to locate the elements in the HTML webpage, useful for debugging and development", "version": "0.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/\/*\/*" ], "browser_action": { "default_title": "Click to scan the page", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |