Happy Owl

Night mode for Late night owls

什么是Happy Owl?

Happy Owl是由http://happyowl.app开发的Chrome扩展程序,该扩展的主要功能是“Night mode for Late night owls”。

扩展截图

screenshot

下载Happy Owl扩展crx文件

下载Happy Owl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Happy Owl Happy Owl
ID kgohiohgjhjfpmpbemofmbbilehlifln
官方URL https://chrome.google.com/webstore/detail/happy-owl/kgohiohgjhjfpmpbemofmbbilehlifln
简介 Night mode for Late night owls
文件大小 47.73 KB
安装次数 30
当前版本 1.3.8
更新时间 2018-11-01
上架时间 2018-10-28
开发者 http://happyowl.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://happyowl.com
支持的语言 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
    }
}