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 je Unicorn Revealer?

Unicorn Revealer je rozšíření Chrome vyvinuté https://dehlin.dev, a jeho hlavní funkcí je „Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Unicorn Revealer

Stáhněte si soubory rozšíření Unicorn Revealer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Unicorn Revealer Unicorn Revealer
ID lmlkphhdlngaicolpmaakfmhplagoaln
Oficiální URL https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln
Popis Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
Velikost souboru 59.41 KB
Počet instalací 722
Aktuální Verze 1.0.0
Poslední Aktualizace 2019-11-08
Datum Vydání 2019-11-07
Hodnocení 4.94/5 Celkem 18 Hodnocení
Vývojář https://dehlin.dev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.dehlin.dev
URL Stránky Zásad Ochrany Soukromí https://www.dehlin.dev
Podporované Jazyky 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"
    ]
}