Color Ink for Chrome
Create solid or transparent colors.
Wat is Color Ink for Chrome?
Color Ink for Chrome is een Chrome-extensie ontwikkeld door https://www.emgrtools.com, en de belangrijkste functie is "Create solid or transparent colors.".
Extensie Screenshots
Download het CRX-bestand van de extensie Color Ink for Chrome
Download Color Ink for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Color Ink for Chrome |
ID | achikkhepgedlflnejhkmnfkkjnabcmf |
Officiële URL | https://chromewebstore.google.com/detail/color-ink-for-chrome/achikkhepgedlflnejhkmnfkkjnabcmf |
Beschrijving | Create solid or transparent colors. |
Bestandsgrootte | 112 KB |
Aantal Installaties | 88 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-08-10 |
Publicatiedatum | 2018-08-10 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.emgrtools.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://colorink.emgrtools.com/ |
URL van de Privacybeleid Pagina | https://www.emgrtools.com/privacy |
Ondersteunde Talen | 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" } } |