Circuit Dark Mode
Dark Mode for Circuit. Extension not official
什么是Circuit Dark Mode?
Circuit Dark Mode是由Fabio Leme开发的Chrome扩展程序,该扩展的主要功能是“Dark Mode for Circuit. Extension not official”。
扩展截图
下载Circuit Dark Mode扩展crx文件
下载Circuit Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a wonder dark theme feature when installed on Chrome Browser. You will receive updates whenever new changes are updated.
UPDATES: 27/05/2020
*New styles areas updated 扩展基本信息
| 名称 | |
| ID | dnbienmilkidinchjfnhllcflpjhiddi |
| 官方URL | https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi |
| 简介 | Dark Mode for Circuit. Extension not official |
| 文件大小 | 42.99 KB |
| 安装次数 | 28 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2020-05-28 |
| 上架时间 | 2020-05-27 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Fabio Leme |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Circuit Dark Mode",
"description": "Dark Mode for Circuit. Extension not official",
"version": "1.0.2",
"content_scripts": [
{
"matches": [
"https:\/\/eu.yourcircuit.com\/*"
],
"js": [
"js\/script.js"
],
"css": [
"css\/style.css"
]
}
],
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |