Color Ink for Chrome
Create solid or transparent colors.
What is Color Ink for Chrome?
Color Ink for Chrome is a Chrome extension developed by https://www.emgrtools.com, and its main feature is "Create solid or transparent colors.".
Extension Screenshots
Download Color Ink for Chrome Extension CRX File
Download Color Ink for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Color Ink for Chrome |
ID | achikkhepgedlflnejhkmnfkkjnabcmf |
Official URL | https://chromewebstore.google.com/detail/color-ink-for-chrome/achikkhepgedlflnejhkmnfkkjnabcmf |
Description | Create solid or transparent colors. |
File Size | 112 KB |
Installation Count | 88 |
Current Version | 1.1 |
Last Updated | 2018-08-10 |
Publish Date | 2018-08-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.emgrtools.com |
[email protected] | |
Payment Type | free |
Extension Website | https://colorink.emgrtools.com/ |
Privacy Policy Page URL | https://www.emgrtools.com/privacy |
Supported Languages | 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" } } |