Pick Color
A Chrome Extension for enhance Colors picker & color converter
Pick Colorとは何ですか?
Pick ColorはShaikh Saifuddinによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension for enhance Colors picker & color converter」です。
拡張機能のスクリーンショット
Pick Color拡張機能のCRXファイルをダウンロード
Pick Color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Best color picker tool. Pick colors from a browser tab and copy in any format. Awesome color picker allows you to select a pixel on the page and get color in popular formats. Grab colors from any website. It is Fast and reliable color picker tool.
Features:
🎅 Pick a color from anywhere on your screen
⭐ Just select the color picker and pick the color it will generate color code
🍳 Formats: hex, hex shorthand, RGB, HSL
🧧 History panel with the latest selected colors
🎨 Get Random color generated with all the color formats
🍭 Easy to use Just copy and past in your code. 拡張機能の基本情報
| 名前 | |
| ID | khjolfgpcjhcmealonfmmchhagngnecf |
| 公式URL | https://chromewebstore.google.com/detail/pick-color/khjolfgpcjhcmealonfmmchhagngnecf |
| 説明 | A Chrome Extension for enhance Colors picker & color converter |
| ファイルサイズ | 475 KB |
| インストール数 | 1,413 |
| 現在のバージョン | 0.0.21 |
| 最終更新日 | 2021-12-18 |
| 公開日 | 2021-12-15 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Shaikh Saifuddin |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://colorio.web.app/ |
| ヘルプページのURL | https://imsaif.web.app/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pick Color",
"version": "0.0.21",
"description": "A Chrome Extension for enhance Colors picker & color converter",
"browser_action": {
"default_icon": "assets\/images\/icons\/favicon-32x32.png",
"default_popup": "index.html"
},
"icons": {
"16": "assets\/images\/icons\/favicon-16x16.png",
"48": "assets\/images\/icons\/android-icon-48x48.png",
"128": "assets\/images\/icons\/android-icon-48x48.png"
},
"background": {
"scripts": [
"assets\/js\/appScript.js"
]
},
"permissions": [
"storage"
],
"web_accessible_resources": [
"assets\/images\/*"
],
"manifest_version": 2
} | |