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.

Apa itu Unicorn Revealer?

Unicorn Revealer adalah ekstensi Chrome yang dikembangkan oleh https://dehlin.dev, dan fitur utamanya adalah "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Unicorn Revealer

Unduh file ekstensi Unicorn Revealer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Unicorn Revealer Unicorn Revealer
ID lmlkphhdlngaicolpmaakfmhplagoaln
URL Resmi https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln
Deskripsi Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
Ukuran File 59.41 KB
Jumlah Instalasi 722
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-11-08
Tanggal Publikasi 2019-11-07
Penilaian 4.94/5 Total 18 Penilaian
Pengembang https://dehlin.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.dehlin.dev
URL Halaman Kebijakan Privasi https://www.dehlin.dev
Bahasa yang Didukung 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"
    ]
}