Color Grabber

Extract colors easily from anywhere with color grabber tool.

Color Grabberとは何ですか?

Color Grabberはhttps://colorgrabber.ioによって開発されたChromeの拡張機能で、その主な機能は「Extract colors easily from anywhere with color grabber tool.」です。

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

screenshot

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

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

拡張機能の使用方法

                        No matter on which webpage you are, grab your desired color on the spot with this simple Color Grabber tool. Select the element and it'll tell you the hex code of the selected color. Or select your desired color from the color panel inside the tool.                    

拡張機能の基本情報

名前 Color Grabber Color Grabber
ID ienonflmjobapflnpjadihcdibodpkjb
公式URL https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb
説明 Extract colors easily from anywhere with color grabber tool.
ファイルサイズ 273 KB
インストール数 546
現在のバージョン 1.0.8
最終更新日 2023-12-27
公開日 2021-09-14
評価 5.00/5 合計 1 レビュー
開発者 https://colorgrabber.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://colorgrabber.io
プライバシーポリシーページのURL https://tier5.us/chrome_extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Grabber",
    "description": "Extract colors easily from anywhere with color grabber tool.",
    "version": "1.0.8",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "login.html",
        "default_title": "Color Grabber"
    },
    "icons": {
        "16": "images\/1625151100122-smallLogo.png",
        "48": "images\/1625151100166-mediumLogo.png",
        "128": "images\/1625151100210-largeLogo.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Activate pick color from web page"
        }
    },
    "short_name": "CG"
}