Screen Color Picker
An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
Screen Color Pickerとは何ですか?
Screen Color Pickerはmeddeg59によって開発されたChromeの拡張機能で、その主な機能は「An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen」です。
拡張機能のスクリーンショット
Screen Color Picker拡張機能のCRXファイルをダウンロード
Screen Color Picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An easy and fast extension to pick the color code of a pixel from ANYWHERE on your screen. Click the extension logo, click on the pixel you want to take the color code from , and here we go ,the color code is directly copied to your clipboard !
拡張機能の基本情報
名前 | Screen Color Picker |
ID | ppjaeooknocbiflabboobeaeoedlpecl |
公式URL | https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl |
説明 | An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen |
ファイルサイズ | 69.86 KB |
インストール数 | 897 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-09-29 |
公開日 | 2022-09-28 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | meddeg59 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screen Color Picker", "version": "1.0.0", "action": { "default_title": "Pick a color from your screen" }, "permissions": [ "activeTab" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.jsx.10f1a301.62bb8f98.js" ], "matches": [ " |