Color Code App

Displays the color codes for the current tab

Vad är Color Code App?

Color Code App är en Chrome-tillägg utvecklad av Ninja Apps, och dess huvudfunktion är "Displays the color codes for the current tab".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Color Code App-förlängningens CRX-fil

Ladda ner Color Code App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Color Code App Color Code App
ID dfcjkncfhgnlnkdjoeohfkajopmoonnl
Officiell webbadress https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl
Beskrivning Displays the color codes for the current tab
Filstorlek 10.08 KB
Antal Installationer 131
Aktuell Version 1.0
Senast Uppdaterad 2015-01-12
Publiceringsdatum 2015-01-12
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare Ninja Apps
Betalningssätt free
Stödda Språk 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"
    }
}