Make It Dark
Make light themed webpage a dark themed web page
Make It Dark là gì?
Make It Dark là một tiện ích mở rộng Chrome được phát triển bởi Amit Mondal, và tính năng chính của nó là "Make light themed webpage a dark themed web page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Make It Dark
Tải xuống các tệp mở rộng Make It Dark 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
Have you ever visited a web page with white background or which is light themed that strained your eyes and made you cry and gave headache, so you try to inspect the elements (if you knew that) and change the colour of the same manually. Well here is an extension to your rescue which changes the color of background and text in just simple clicks. Works best with documentations, tutorial sites and blog post. It is the first release so open to new update and feature comments.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Make It Dark |
ID | imnfpejlklfdiieogkaepjdnbljeohih |
URL Chính Thức | https://chromewebstore.google.com/detail/make-it-dark/imnfpejlklfdiieogkaepjdnbljeohih |
Mô tả | Make light themed webpage a dark themed web page |
Kích Thước Tệp | 16.69 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-07-28 |
Ngày Phát Hành | 2019-07-28 |
Nhà Phát Triển | Amit Mondal |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make It Dark", "version": "1.0.1", "short_name": "MID", "description": "Make light themed webpage a dark themed web page", "permissions": [ "declarativeContent", "storage", "activeTab" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/makeitdark16.png", "32": "assets\/images\/makeitdark32.png", "48": "assets\/images\/makeitdark48.png", "128": "assets\/images\/makeitdark128.png" } }, "icons": { "16": "assets\/images\/makeitdark16.png", "32": "assets\/images\/makeitdark32.png", "48": "assets\/images\/makeitdark48.png", "128": "assets\/images\/makeitdark128.png" }, "background": { "scripts": [ "assets\/scripts\/background.js" ], "persistent": false }, "manifest_version": 2 } |