Glow

Make any webpage glow! Slowly changes colors throughout the rainbow.

Wat is Glow?

Glow is een Chrome-extensie ontwikkeld door Daniel W, en de belangrijkste functie is "Make any webpage glow! Slowly changes colors throughout the rainbow.".

Download het CRX-bestand van de extensie Glow

Download Glow-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

                        Make any webpage glow! Slowly changes colors throughout the rainbow.                    

Basisinformatie over de Extensie

Naam Glow Glow
ID cobfkihaoppgppehkpibfgeakanbgbdo
Officiële URL https://chrome.google.com/webstore/detail/glow/cobfkihaoppgppehkpibfgeakanbgbdo
Beschrijving Make any webpage glow! Slowly changes colors throughout the rainbow.
Bestandsgrootte 5.03 KB
Aantal Installaties 146
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-04-10
Publicatiedatum 2015-04-10
Beoordeling 2.88/5 Totaal 8 Beoordelingen
Ontwikkelaar Daniel W
Betalingswijze free
Extensiewebsite http://www.danielw.org
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Glow",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "icons": {
        "16": "glow.png"
    },
    "browser_action": {
        "default_title": "The webpage glows colors.",
        "default_icon": "glow.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "glow.css"
            ]
        }
    ],
    "manifest_version": 2
}