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
官方網址 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"
            ]
        }
    ]
}