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.

Vad är Unicorn Revealer?

Unicorn Revealer är en Chrome-tillägg utvecklad av https://dehlin.dev, och dess huvudfunktion är "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Unicorn Revealer-förlängningens CRX-fil

Ladda ner Unicorn Revealer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Unicorn Revealer Unicorn Revealer
ID lmlkphhdlngaicolpmaakfmhplagoaln
Officiell webbadress https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln
Beskrivning Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
Filstorlek 59.41 KB
Antal Installationer 722
Aktuell Version 1.0.0
Senast Uppdaterad 2019-11-08
Publiceringsdatum 2019-11-07
Betyg 4.94/5 Totalt 18 Betyg
Utvecklare https://dehlin.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.dehlin.dev
URL till Sekretesspolicy Sidan https://www.dehlin.dev
Stödda Språk 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"
    ]
}