Solarize the Web

Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…

什么是Solarize the Web?

Solarize the Web是由alice.writes.wrongs开发的Chrome扩展程序,该扩展的主要功能是“Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…”。

下载Solarize the Web扩展crx文件

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

扩展使用说明

                        Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux wiki).                    

扩展基本信息

名称 Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
官方URL https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco
简介 Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
文件大小 7.64 KB
安装次数 39
当前版本 0.1
更新时间 2017-01-07
上架时间 2017-01-06
评分 5.00/5 共1次评分
开发者 alice.writes.wrongs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/aliceriot/solarize_the_web
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solarize the Web",
    "version": "0.1",
    "short_name": "Add solarized to everything!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "css\/github.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/wiki.archlinux.org\/*"
            ],
            "css": [
                "css\/mediawiki.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "css\/google.css"
            ]
        },
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "css\/hackernews.css"
            ]
        }
    ]
}