Color Code App

Displays the color codes for the current tab

Was ist Color Code App?

Color Code App ist eine Chrome-Erweiterung, die von Ninja Apps entwickelt wurde, und ihr Hauptmerkmal ist "Displays the color codes for the current tab".

Erweiterungsscreenshots

screenshot
screenshot

Color Code App-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Code App-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

                        A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.                    

Grundlegende Informationen zur Erweiterung

Name Color Code App Color Code App
ID dfcjkncfhgnlnkdjoeohfkajopmoonnl
Offizielle URL https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl
Beschreibung Displays the color codes for the current tab
Dateigröße 10.08 KB
Installationsanzahl 131
Aktuelle Version 1.0
Letztes Update 2015-01-12
Veröffentlichungsdatum 2015-01-12
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler Ninja Apps
Zahlungsart free
Unterstützte Sprachen 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": [
        "",
        "contextMenus"
    ],
    "icons": {
        "16": "icon19-small.png",
        "48": "icon19-large.png"
    }
}