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.

Wat is Unicorn Revealer?

Unicorn Revealer is een Chrome-extensie ontwikkeld door https://dehlin.dev, en de belangrijkste functie is "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Unicorn Revealer

Download Unicorn Revealer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unicorn Revealer Unicorn Revealer
ID lmlkphhdlngaicolpmaakfmhplagoaln
Officiële URL https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln
Beschrijving Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
Bestandsgrootte 59.41 KB
Aantal Installaties 722
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-11-08
Publicatiedatum 2019-11-07
Beoordeling 4.94/5 Totaal 18 Beoordelingen
Ontwikkelaar https://dehlin.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dehlin.dev
URL van de Privacybeleid Pagina https://www.dehlin.dev
Ondersteunde Talen 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"
    ]
}