Huey

Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.

Hueyとは何ですか?

Hueyはhttps://kuldp.devによって開発されたChromeの拡張機能で、その主な機能は「Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        A simple color picker extension. Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.                    

拡張機能の基本情報

名前 Huey Huey
ID diglalbiemiiapebfblemllfmfglglaf
公式URL https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf
説明 Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
ファイルサイズ 10.9 KB
インストール数 88
現在のバージョン 1.0
最終更新日 2023-01-09
公開日 2023-01-09
評価 5.00/5 合計 2 レビュー
開発者 https://kuldp.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kuldp.dev
ヘルプページのURL https://kuldp.dev
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Huey",
    "description": "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.",
    "version": "1.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png"
    }
}