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 là gì?
Solarize the Web là một tiện ích mở rộng Chrome được phát triển bởi alice.writes.wrongs, và tính năng chính của nó là "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".
Tải xuống tệp CRX của tiện ích mở rộng Solarize the Web
Tải xuống các tệp mở rộng Solarize the Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux wiki).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cglngnapainckmmknogiipogjcfbbeco |
URL Chính Thức | https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco |
Mô tả | Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux… |
Kích Thước Tệp | 7.64 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-01-07 |
Ngày Phát Hành | 2017-01-06 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | alice.writes.wrongs |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aliceriot/solarize_the_web |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |