Unicorn Revealer
Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
Τι είναι το Unicorn Revealer;
Το Unicorn Revealer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dehlin.dev, και η κύρια λειτουργία του είναι "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unicorn Revealer
Λήψη αρχείων επέκτασης Unicorn Revealer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
As a web developer it can be hard to inspect and find out where overlow is located. You can sprinke some 🦄🌈 on the website and it will turn all black and pink, this will show the borders and make it easier to debug. It is as simple as right click a website Sparkle it on once done right click and remove the sparkle.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Unicorn Revealer |
ID | lmlkphhdlngaicolpmaakfmhplagoaln |
Επίσημο URL | https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln |
Περιγραφή | Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is. |
Μέγεθος Αρχείου | 59.41 KB |
Αριθμός Εγκαταστάσεων | 722 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2019-11-08 |
Ημερομηνία Δημοσίευσης | 2019-11-07 |
Αξιολόγηση | 4.94/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | https://dehlin.dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.dehlin.dev |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.dehlin.dev |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unicorn Revealer", "description": "Do you have overflow on your website and want to try find it. Sparkle some \ud83e\udd84\ud83c\udf08on your website and find where it is.", "version": "1.0.0", "icons": { "128": "assets\/images\/icon-128.png" }, "background": { "persistent": true, "scripts": [ "assets\/js\/background.js" ] }, "permissions": [ "contextMenus", "activeTab" ] } |