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はhttps://dehlin.devによって開発されたChromeの拡張機能で、その主な機能は「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

Unicorn Revealer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}