Color Ink for Chrome
Create solid or transparent colors.
Color Ink for Chromeとは何ですか?
Color Ink for Chromeはhttps://www.emgrtools.comによって開発されたChromeの拡張機能で、その主な機能は「Create solid or transparent colors.」です。
拡張機能のスクリーンショット
Color Ink for Chrome拡張機能のCRXファイルをダウンロード
Color Ink for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bring life to your world with the colors of your imagination with Color Ink. With an easy-to-use user interface, you can create solid or transparent colors in different formats, such as RGB, HEX and HSV, as well as RGBA and 8-digit hexadecimal that includes transparency. Use the color codes in your drawings, applications, web pages, everywhere! 拡張機能の基本情報
| 名前 | |
| ID | achikkhepgedlflnejhkmnfkkjnabcmf |
| 公式URL | https://chromewebstore.google.com/detail/color-ink-for-chrome/achikkhepgedlflnejhkmnfkkjnabcmf |
| 説明 | Create solid or transparent colors. |
| ファイルサイズ | 112 KB |
| インストール数 | 88 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-08-10 |
| 公開日 | 2018-08-10 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://www.emgrtools.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://colorink.emgrtools.com/ |
| プライバシーポリシーページのURL | https://www.emgrtools.com/privacy |
| 対応言語 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "EMGR Tools",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Color Ink",
"description": "__MSG_extensionDescription__",
"version": "1.1",
"homepage_url": "https:\/\/colorink.emgrtools.com\/",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"176": "icons\/icon176.png"
},
"browser_action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"default_title": "EMGR Color Ink",
"default_popup": "popup\/home.html"
}
} | |