Color Ink for Chrome
Create solid or transparent colors.
Was ist Color Ink for Chrome?
Color Ink for Chrome ist eine Chrome-Erweiterung, die von https://www.emgrtools.com entwickelt wurde, und ihr Hauptmerkmal ist "Create solid or transparent colors.".
Erweiterungsscreenshots
Color Ink for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Color Ink for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | achikkhepgedlflnejhkmnfkkjnabcmf |
| Offizielle URL | https://chromewebstore.google.com/detail/color-ink-for-chrome/achikkhepgedlflnejhkmnfkkjnabcmf |
| Beschreibung | Create solid or transparent colors. |
| Dateigröße | 112 KB |
| Installationsanzahl | 88 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2018-08-10 |
| Veröffentlichungsdatum | 2018-08-10 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://www.emgrtools.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://colorink.emgrtools.com/ |
| URL der Datenschutzrichtlinien-Seite | https://www.emgrtools.com/privacy |
| Unterstützte Sprachen | 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"
}
} | |