Google Inbox Discord Skin

Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.

什么是Google Inbox Discord Skin?

Google Inbox Discord Skin是由Spoon开发的Chrome扩展程序,该扩展的主要功能是“Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.”。

扩展截图

screenshot

下载Google Inbox Discord Skin扩展crx文件

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

扩展使用说明

                        Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.                    

扩展基本信息

名称 Google Inbox Discord Skin Google Inbox Discord Skin
ID fcimclbhbcnlnnlojjlfgakbgmhhapic
官方URL https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic
简介 Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
文件大小 31.44 KB
安装次数 435
当前版本 1.1
更新时间 2016-06-05
上架时间 2016-06-05
评分 2.21/5 共33次评分
开发者 Spoon
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "discordInbox.user.js"
            ],
            "matches": [
                "http:\/\/inbox.google.com\/u\/*",
                "https:\/\/inbox.google.com\/u\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.",
    "name": "Google Inbox Discord Skin",
    "short_name": "Discord Inbox",
    "version": "1.1",
    "icons": {
        "16": "discord-inbox-16.png",
        "32": "discord-inbox-32.png",
        "64": "discord-inbox-64.png",
        "128": "discord-inbox-128.png"
    }
}