CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
CSS Color Chartとは何ですか?
CSS Color ChartはIñaki Aranzadiによって開発されたChromeの拡張機能で、その主な機能は「Tool that references all the css color that can be call by name, in rainbow order.」です。
拡張機能のスクリーンショット
CSS Color Chart拡張機能のCRXファイルをダウンロード
CSS Color Chart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.
拡張機能の基本情報
名前 | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
公式URL | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
説明 | Tool that references all the css color that can be call by name, in rainbow order. |
ファイルサイズ | 71.04 KB |
インストール数 | 115 |
現在のバージョン | 1.2.2 |
最終更新日 | 2016-02-29 |
公開日 | 2016-02-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Iñaki Aranzadi |
支払い方法 | free |
拡張機能のウェブサイト | http://ainsleywagoner.com/color-chart/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Color Chart", "description": "Tool that references all the css color that can be call by name, in rainbow order.", "version": "1.2.2", "icons": { "32": "images\/tile.32.png", "64": "images\/tile.64.png", "128": "images\/tile.128.png" }, "browser_action": { "default_icon": "images\/tile.128.png", "default_title": "CSS Color Chart", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |