Color Code App

Displays the color codes for the current tab

Hvad er Color Code App?

Color Code App er en Chrome-udvidelse udviklet af Ninja Apps, og dens hovedfunktion er "Displays the color codes for the current tab".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Color Code App-udvidelses-CRX-fil

Download Color Code App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Color Code App Color Code App
ID dfcjkncfhgnlnkdjoeohfkajopmoonnl
Officiel URL https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl
Beskrivelse Displays the color codes for the current tab
Filstørrelse 10.08 KB
Antal Installationer 131
Nuværende Version 1.0
Senest Opdateret 2015-01-12
Udgivelsesdato 2015-01-12
Bedømmelse 2.50/5 Samlet 2 Bedømmelser
Udvikler Ninja Apps
Betalingsmetode free
Understøttede Sprog 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"
    }
}