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.
Cos'è Unicorn Revealer?
Unicorn Revealer è un'estensione di Chrome sviluppata da https://dehlin.dev, e la sua funzione principale è "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unicorn Revealer
Scarica i file di estensione Unicorn Revealer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Unicorn Revealer |
ID | lmlkphhdlngaicolpmaakfmhplagoaln |
URL Ufficiale | https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln |
Descrizione | Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is. |
Dimensione del File | 59.41 KB |
Conteggio Installazioni | 722 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-11-08 |
Data di Pubblicazione | 2019-11-07 |
Valutazione | 4.94/5 Totale 18 Valutazioni |
Sviluppatore | https://dehlin.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.dehlin.dev |
URL della Pagina della Politica sulla Privacy | https://www.dehlin.dev |
Lingue Supportate | 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" ] } |