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.
Hvad er Unicorn Revealer?
Unicorn Revealer er en Chrome-udvidelse udviklet af https://dehlin.dev, og dens hovedfunktion er "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".
Udvidelsesskærmbilleder
Download Unicorn Revealer-udvidelses-CRX-fil
Download Unicorn Revealer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Unicorn Revealer |
ID | lmlkphhdlngaicolpmaakfmhplagoaln |
Officiel URL | https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln |
Beskrivelse | Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is. |
Filstørrelse | 59.41 KB |
Antal Installationer | 722 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2019-11-08 |
Udgivelsesdato | 2019-11-07 |
Bedømmelse | 4.94/5 Samlet 18 Bedømmelser |
Udvikler | https://dehlin.dev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.dehlin.dev |
URL til Fortrolighedspolitik Side | https://www.dehlin.dev |
Understøttede Sprog | 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" ] } |