Color Changer

Change the current page color

Wat is Color Changer?

Color Changer is een Chrome-extensie ontwikkeld door http://cleandesk.info, en de belangrijkste functie is "Change the current page color".

Download het CRX-bestand van de extensie Color Changer

Download Color Changer-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

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

Basisinformatie over de Extensie

Naam Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
Officiële URL https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
Beschrijving Change the current page color
Bestandsgrootte 4.08 KB
Aantal Installaties 48
Huidige Versie 1.0
Laatst Bijgewerkt 2016-08-25
Publicatiedatum 2016-08-23
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://cleandesk.info
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://cleandesk.info/privacypolicy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}