Make It Dark
Make light themed webpage a dark themed web page
什么是Make It Dark?
Make It Dark是由Amit Mondal开发的Chrome扩展程序,该扩展的主要功能是“Make light themed webpage a dark themed web page”。
扩展截图
下载Make It Dark扩展crx文件
下载Make It Dark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Make It Dark |
ID | imnfpejlklfdiieogkaepjdnbljeohih |
官方URL | https://chromewebstore.google.com/detail/make-it-dark/imnfpejlklfdiieogkaepjdnbljeohih |
简介 | Make light themed webpage a dark themed web page |
文件大小 | 16.69 KB |
安装次数 | 25 |
当前版本 | 1.0.1 |
更新时间 | 2019-07-28 |
上架时间 | 2019-07-28 |
开发者 | Amit Mondal |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |