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).
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } ] } |