Color Extraction by Qvalento

This extension extract colors from elements on the page in hex and rgb.

Color Extraction by Qvalentoとは何ですか?

Color Extraction by Qvalentoはhttps://qvalento.seによって開発されたChromeの拡張機能で、その主な機能は「This extension extract colors from elements on the page in hex and rgb.」です。

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

screenshot
screenshot

Color Extraction by Qvalento拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a quick way of extracting colors that are being used on a web page and then copy them to the clipboard. The extension will crawl main elements on the web page and extract both color and background color from the CSS.                    

拡張機能の基本情報

名前 Color Extraction by Qvalento Color Extraction by Qvalento
ID hadabhlhfpnmlllfjgfdnbccnhgnmefl
公式URL https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl
説明 This extension extract colors from elements on the page in hex and rgb.
ファイルサイズ 387 KB
インストール数 229
現在のバージョン 3.0
最終更新日 2020-05-22
公開日 2020-05-22
評価 5.00/5 合計 3 レビュー
開発者 https://qvalento.se
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Linus Larsson",
    "name": "Color Extraction by Qvalento",
    "description": "This extension extract colors from elements on the page in hex and rgb.",
    "version": "3.0",
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "color_extraction_logo_16.png",
        "48": "color_extraction_logo_48.png",
        "128": "color_extraction_logo_128.png"
    },
    "browser_action": {
        "default_icon": "color_extraction_logo_48.png",
        "default_popup": "popup.html"
    }
}