Color Changer

Change the current page color

Vad är Color Changer?

Color Changer är en Chrome-tillägg utvecklad av http://cleandesk.info, och dess huvudfunktion är "Change the current page color".

Ladda ner Color Changer-förlängningens CRX-fil

Ladda ner Color Changer-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

                        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!                    

Grundläggande Information om Tillägg

Namn Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
Officiell webbadress https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
Beskrivning Change the current page color
Filstorlek 4.08 KB
Antal Installationer 48
Aktuell Version 1.0
Senast Uppdaterad 2016-08-25
Publiceringsdatum 2016-08-23
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare http://cleandesk.info
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://cleandesk.info/privacypolicy.html
Stödda Språk 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
}