Flex Highlighter

Have you ever visited a website and wondered to yourself, "Wow, I wonder how prevalent the usage of the CSS style flex is on this…

Flex Highlighterとは何ですか?

Flex Highlighterはpd8によって開発されたChromeの拡張機能で、その主な機能は「Have you ever visited a website and wondered to yourself, "Wow, I wonder how prevalent the usage of the CSS style flex is on this…」です。

拡張機能のスクリーンショット

screenshot

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

Flex Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever visited a website and wondered to yourself, "Wow, I wonder how prevalent the usage of the CSS style flex is on this website?" or been developing your beautiful new front end only to forget how the styling of your navigation bar?

Well then this extension is for you!

Simply click the button in the extension bar, and we'll replace all the background colors on the flex elements with our Luxurious Gold and Royal Purples (subject to availability). The colors even have a gradient so you can tell which direction the flex element flows in.

Never be confused again when looking at website layouts with this brand new extension!                    

拡張機能の基本情報

名前 Flex Highlighter Flex Highlighter
ID acgmniljbdkepekdgelicmmikijipnmk
公式URL https://chromewebstore.google.com/detail/flex-highlighter/acgmniljbdkepekdgelicmmikijipnmk
説明 Have you ever visited a website and wondered to yourself, "Wow, I wonder how prevalent the usage of the CSS style flex is on this…
ファイルサイズ 5.28 KB
インストール数 268
現在のバージョン 0.1
最終更新日 2019-06-29
公開日 2019-06-22
評価 5.00/5 合計 1 レビュー
開発者 pd8
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flex Highlighter",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "run.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}