Happy Owl

Night mode for Late night owls

What is Happy Owl?

Happy Owl is a Chrome extension developed by http://happyowl.app, and its main feature is "Night mode for Late night owls".

Extension Screenshots

screenshot

Download Happy Owl Extension CRX File

Download Happy Owl 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

                        Happy owl enables dark/night mode for your favourite website. It currently supports Medium.com                    

Extension Basic Information

Name Happy Owl Happy Owl
ID kgohiohgjhjfpmpbemofmbbilehlifln
Official URL https://chrome.google.com/webstore/detail/happy-owl/kgohiohgjhjfpmpbemofmbbilehlifln
Description Night mode for Late night owls
File Size 47.73 KB
Installation Count 30
Current Version 1.3.8
Last Updated 2018-11-01
Publish Date 2018-10-28
Developer http://happyowl.app
Email [email protected]
Payment Type free
Extension Website https://happyowl.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Happy Owl",
    "version": "1.3.8",
    "description": "Night mode for Late night owls",
    "author": "Swapnil Singh",
    "manifest_version": 2,
    "homepage_url": "https:\/\/happyowl.app",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/settings.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "style.css",
        "gist.css"
    ],
    "commands": {
        "disable-darker-medium": {
            "description": "Toggle Night Mode"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}