Name that color! LESS & SASS
This extension asks for an hexadecimal color code and retrives a scss or less color variable name.
Name that color! LESS & SASSとは何ですか?
Name that color! LESS & SASSはnicolasepiscopoによって開発されたChromeの拡張機能で、その主な機能は「This extension asks for an hexadecimal color code and retrives a scss or less color variable name.」です。
拡張機能のスクリーンショット
Name that color! LESS & SASS拡張機能のCRXファイルをダウンロード
Name that color! LESS & SASS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension asks for an hexadecimal color code and returns a less or sass color variable name, or just the color name. 拡張機能の基本情報
| 名前 | |
| ID | cniacalbjoddcmdhfnllffgcnikhhdfj |
| 公式URL | https://chrome.google.com/webstore/detail/name-that-color-less-sass/cniacalbjoddcmdhfnllffgcnikhhdfj |
| 説明 | This extension asks for an hexadecimal color code and retrives a scss or less color variable name. |
| ファイルサイズ | 35.15 KB |
| インストール数 | 74 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2016-07-30 |
| 公開日 | 2016-07-30 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | nicolasepiscopo |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/nicolasepiscopo/name-that-color-less-sass |
| ヘルプページのURL | https://github.com/nicolasepiscopo/name-that-color-less-sass/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Name that color! LESS & SASS",
"description": "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.",
"version": "0.2",
"browser_action": {
"default_icon": "app\/images\/icon.png",
"default_popup": "app\/main.html"
},
"permissions": [
"activeTab",
"clipboardWrite",
"https:\/\/ajax.googleapis.com\/"
]
} | |