Color Code App
Displays the color codes for the current tab
Wat is Color Code App?
Color Code App is een Chrome-extensie ontwikkeld door Ninja Apps, en de belangrijkste functie is "Displays the color codes for the current tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Color Code App
Download Color Code App-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
A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.
Basisinformatie over de Extensie
Naam | |
ID | dfcjkncfhgnlnkdjoeohfkajopmoonnl |
Officiële URL | https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl |
Beschrijving | Displays the color codes for the current tab |
Bestandsgrootte | 10.08 KB |
Aantal Installaties | 131 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-01-12 |
Publicatiedatum | 2015-01-12 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ninja Apps |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Code App", "version": "1.0", "description": "Displays the color codes for the current tab", "browser_action": { "default_icon": "icon19-small.png", "default_title": "Color Code App" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ " |