Solarize the Web

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

Apa itu Solarize the Web?

Solarize the Web adalah ekstensi Chrome yang dikembangkan oleh alice.writes.wrongs, dan fitur utamanya adalah "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".

Unduh Berkas CRX Ekstensi Solarize the Web

Unduh file ekstensi Solarize the Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
URL Resmi https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco
Deskripsi Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Ukuran File 7.64 KB
Jumlah Instalasi 39
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-01-07
Tanggal Publikasi 2017-01-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang alice.writes.wrongs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/aliceriot/solarize_the_web
Bahasa yang Didukung 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"
            ]
        }
    ]
}