Color Palette
Advanced colors palette with color conversion for RGB and HEX
Color Paletteとは何ですか?
Color Paletteはhttps://cooldevtools.xyzによって開発されたChromeの拡張機能で、その主な機能は「Advanced colors palette with color conversion for RGB and HEX」です。
拡張機能のスクリーンショット
Color Palette拡張機能のCRXファイルをダウンロード
Color Palette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Advanced colors palette with color conversion for RGB and HEX
This is an essential tool for designers and web developers 拡張機能の基本情報
| 名前 | |
| ID | ccpijdhjamhdeljmaepelipackhmiepd |
| 公式URL | https://chromewebstore.google.com/detail/color-palette/ccpijdhjamhdeljmaepelipackhmiepd |
| 説明 | Advanced colors palette with color conversion for RGB and HEX |
| ファイルサイズ | 39.14 KB |
| インストール数 | 4,437 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2016-07-16 |
| 公開日 | 2016-07-15 |
| 評価 | 4.57/5 合計 7 レビュー |
| 開発者 | https://cooldevtools.xyz |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Color Palette",
"version": "1.0.4",
"manifest_version": 2,
"description": "Advanced colors palette with color conversion for RGB and HEX",
"background": {
"scripts": [
"jquery-2.2.4.min.js",
"converter.js"
]
},
"browser_action": {
"default_title": "Color Palette",
"default_popup": "popup.html"
},
"permissions": [],
"web_accessible_resources": [
"jquery-2.2.4.min.js",
"converter.js"
]
} | |