DG.Color

Adds a colorblind friendly color-picker to Google Chrome

Wat is DG.Color?

DG.Color is een Chrome-extensie ontwikkeld door https://dennisvg.nl, en de belangrijkste functie is "Adds a colorblind friendly color-picker to Google Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DG.Color

Download DG.Color-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

                        An easy to use color-picker, that's colorblind friendly by showing the base color (red, orange, yellow, brown, lime, green, cyan, blue, violet, purple, pink, red, black, gray and white) of anything you're currently hovering with your mouse.

Use the arrow keys for extra precision.                    

Basisinformatie over de Extensie

Naam DG.Color DG.Color
ID acbkjgjlmohijpimhcggjpchfpmngmdh
Officiële URL https://chromewebstore.google.com/detail/dgcolor/acbkjgjlmohijpimhcggjpchfpmngmdh
Beschrijving Adds a colorblind friendly color-picker to Google Chrome
Bestandsgrootte 325 KB
Aantal Installaties 29
Huidige Versie 1.1
Laatst Bijgewerkt 2019-03-04
Publicatiedatum 2019-02-28
Ontwikkelaar https://dennisvg.nl
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DG.Color",
    "description": "Adds a colorblind friendly color-picker to Google Chrome",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "DG.Color",
        "default_icon": "images\/icon-32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ],
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.ttf"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}