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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
    ]
}