Glow

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

What is Glow?

Glow is a Chrome extension developed by Daniel W, and its main feature is "Make any webpage glow! Slowly changes colors throughout the rainbow.".

Download Glow Extension CRX File

Download Glow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Glow Glow
ID cobfkihaoppgppehkpibfgeakanbgbdo
Official URL https://chrome.google.com/webstore/detail/glow/cobfkihaoppgppehkpibfgeakanbgbdo
Description Make any webpage glow! Slowly changes colors throughout the rainbow.
File Size 5.03 KB
Installation Count 146
Current Version 1.0.0
Last Updated 2015-04-10
Publish Date 2015-04-10
Rating 2.88/5 Total 8 Ratings
Developer Daniel W
Payment Type free
Extension Website http://www.danielw.org
Supported Languages 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
}