Dark Side
An extension that helps you to change any website to dark mode and change the font of any website to your desired font
什么是Dark Side?
Dark Side是由Emmanuel Aina开发的Chrome扩展程序,该扩展的主要功能是“An extension that helps you to change any website to dark mode and change the font of any website to your desired font”。
扩展截图
下载Dark Side扩展crx文件
下载Dark Side扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps you to change any website to dark mode and change the font of any website to your desired font
扩展基本信息
名称 | Dark Side |
ID | mepmobcikgjmkmfpogmigbmliihpnpkb |
官方URL | https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb |
简介 | An extension that helps you to change any website to dark mode and change the font of any website to your desired font |
文件大小 | 21.13 KB |
安装次数 | 819 |
当前版本 | 1.5 |
更新时间 | 2019-09-23 |
上架时间 | 2019-09-23 |
评分 | 3.17/5 共6次评分 |
开发者 | Emmanuel Aina |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Side", "version": "1.5", "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font", "permissions": [ "declarativeContent", "tabs", "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "manifest_version": 2 } |