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.

ما هو Unicorn Revealer؟

Unicorn Revealer هو إضافة Chrome تم تطويرها بواسطة https://dehlin.dev، والميزة الرئيسية لها هي "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Unicorn Revealer

قم بتنزيل ملفات الامتداد Unicorn Revealer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Unicorn Revealer Unicorn Revealer
ID lmlkphhdlngaicolpmaakfmhplagoaln
عنوان URL الرسمي https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln
الوصف Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
حجم الملف 59.41 KB
عدد التثبيتات 722
النسخة الحالية 1.0.0
آخر تحديث 2019-11-08
تاريخ النشر 2019-11-07
تقييم 4.94/5 مجموع تقييمات 18
المطور https://dehlin.dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.dehlin.dev
عنوان صفحة سياسة الخصوصية https://www.dehlin.dev
اللغات المدعومة 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"
    ]
}