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.
Co to jest Unicorn Revealer?
Unicorn Revealer to rozszerzenie Chrome opracowane przez https://dehlin.dev, a jego główną funkcją jest „Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unicorn Revealer
Pobierz pliki rozszerzeń Unicorn Revealer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Unicorn Revealer |
ID | lmlkphhdlngaicolpmaakfmhplagoaln |
Oficjalny URL | https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln |
Opis | Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is. |
Rozmiar pliku | 59.41 KB |
Liczba instalacji | 722 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-11-08 |
Data Publikacji | 2019-11-07 |
Ocena | 4.94/5 Łącznie 18 Oceny |
Deweloper | https://dehlin.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.dehlin.dev |
Adres URL Strony Polityki Prywatności | https://www.dehlin.dev |
Obsługiwane Języki | 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" ] } |