Dark-Numworks
A chrome add-on to make the numworks workshop website darker.
什么是Dark-Numworks?
Dark-Numworks是由CZX - Dev开发的Chrome扩展程序,该扩展的主要功能是“A chrome add-on to make the numworks workshop website darker.”。
扩展截图
下载Dark-Numworks扩展crx文件
下载Dark-Numworks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[FR] - Vous êtes "anti white theme"? Eh bien voici dark-Numworks, qui changera le site workshop.numworks.com pour vos yeux! Implémentant un dark theme fait à la main!
[ENG] - Are you "anti white theme"? Well here is dark-Numworks, which will change the workshop.numworks.com website for your eyes! Implementing a handmade dark theme! 扩展基本信息
| 名称 | |
| ID | hpjcifgaejbdpnkdbiifofodhbmpmjij |
| 官方URL | https://chromewebstore.google.com/detail/dark-numworks/hpjcifgaejbdpnkdbiifofodhbmpmjij |
| 简介 | A chrome add-on to make the numworks workshop website darker. |
| 文件大小 | 39.56 KB |
| 安装次数 | 50 |
| 当前版本 | 0.1.4 |
| 更新时间 | 2019-11-27 |
| 上架时间 | 2019-11-27 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | CZX - Dev |
| 付费类型 | free |
| 扩展官网 | https://github.com/Cozax/numworks-site-dark-theme |
| 帮助页面URL | https://github.com/Cozax/numworks-site-dark-theme/issues |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dark-Numworks",
"version": "0.1.4",
"description": "A chrome add-on to make the numworks workshop website darker.",
"permissions": [
"storage"
],
"icons": {
"16": "22596700.png",
"128": "22596700.png"
},
"content_scripts": [
{
"css": [
"styles.css",
"dn-options.css"
],
"js": [
"jquery.min.js",
"content.js"
],
"matches": [
"https:\/\/workshop.numworks.com\/*"
]
}
]
} | |