PPz
Add dark mode to web pages.
什么是PPz?
PPz是由PPz开发的Chrome扩展程序,该扩展的主要功能是“Add dark mode to web pages.”。
扩展截图
下载PPz扩展crx文件
下载PPz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Some websites do not have dark mode, this extension is to provide these websites with dark mode.
一些网站没有暗模式,这个插件就是给这些网站提供暗模式。
github: https://github.com/ppz-pro/chrome-filter 扩展基本信息
| 名称 | |
| ID | hijebeohkblbdbfmmllpfgneocfhmlao |
| 官方URL | https://chromewebstore.google.com/detail/ppz/hijebeohkblbdbfmmllpfgneocfhmlao |
| 简介 | Add dark mode to web pages. |
| 文件大小 | 15.91 KB |
| 安装次数 | 154 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2023-11-22 |
| 上架时间 | 2023-11-22 |
| 开发者 | PPz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ppz-pro/chrome-filter |
| 帮助页面URL | https://github.com/ppz-pro/chrome-filter |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "PPz",
"description": "Add dark mode to web pages.",
"version": "0.0.2",
"action": {
"default_icon": "icon.png"
},
"background": {
"service_worker": "main.js"
},
"permissions": [
"scripting",
"activeTab"
]
} | |