colorexa

Quickly lookup for a color by typing or highlighting its hexadecimal code.

colorexaとは何ですか?

colorexaはRafael Bardiniによって開発されたChromeの拡張機能で、その主な機能は「Quickly lookup for a color by typing or highlighting its hexadecimal code.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A simple tool to lookup for colors specified as an RGB triplet in hexadecimal format. The background of the pop-up bubble refreshes automatically to represent the color typed in its text field or highlighted in the page. Supports full (six-digits) and abbreviated (three-digit) hexadecimal color codes.

Useful when you want to quickly check a color found in the source code of a page or stylesheet.

Visit the extension's website for a live preview.                    

拡張機能の基本情報

名前 colorexa colorexa
ID ldpbmphkljpjidkjjcogjeblepgbnlop
公式URL https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop
説明 Quickly lookup for a color by typing or highlighting its hexadecimal code.
ファイルサイズ 18.58 KB
インストール数 78
現在のバージョン 2.0.0
最終更新日 2022-02-20
公開日 2013-06-24
評価 5.00/5 合計 3 レビュー
開発者 Rafael Bardini
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rbardini.github.io/colorexa/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "colorexa",
    "version": "2.0.0",
    "description": "Quickly lookup for a color by typing or highlighting its hexadecimal code.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "colorexa",
        "default_popup": "popup.html"
    }
}