Color picker
Finds the color under your cursor in HEX and RGB form
Color pickerとは何ですか?
Color pickerはFelixによって開発されたChromeの拡張機能で、その主な機能は「Finds the color under your cursor in HEX and RGB form」です。
拡張機能のスクリーンショット
Color picker拡張機能のCRXファイルをダウンロード
Color picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. **This extension is only compatible with Chrome, Opera, and Microsoft Edge. ** Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.
拡張機能の基本情報
名前 | Color picker |
ID | bgbfgaaibhpepheabkdeniilmcljibob |
公式URL | https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob |
説明 | Finds the color under your cursor in HEX and RGB form |
ファイルサイズ | 855 KB |
インストール数 | 1,317 |
現在のバージョン | 1.0 |
最終更新日 | 2022-03-28 |
公開日 | 2022-03-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Felix |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color picker", "description": "Finds the color under your cursor in HEX and RGB form", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/wheel16.png", "32": "\/images\/wheel32.png", "48": "\/images\/wheel48.png", "128": "\/images\/wheel128.png" } } |