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.

O que é Unicorn Revealer?

Unicorn Revealer é uma extensão do Chrome desenvolvida por https://dehlin.dev, e sua principal característica é "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Unicorn Revealer

Baixe arquivos de extensão Unicorn Revealer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Unicorn Revealer Unicorn Revealer
ID lmlkphhdlngaicolpmaakfmhplagoaln
URL Oficial https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln
Descrição Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
Tamanho do Arquivo 59.41 KB
Contagem de Instalações 722
Versão Atual 1.0.0
Última Atualização 2019-11-08
Data de Publicação 2019-11-07
Classificação 4.94/5 Total de 18 Avaliações
Desenvolvedor https://dehlin.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dehlin.dev
URL da Página de Política de Privacidade https://www.dehlin.dev
Idiomas Suportados 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"
    ]
}