avanza-night-mode
Avanza Night Mode
什么是avanza-night-mode?
avanza-night-mode是由urre开发的Chrome扩展程序,该扩展的主要功能是“Avanza Night Mode”。
扩展截图
下载avanza-night-mode扩展crx文件
下载avanza-night-mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
All The Cool Kids Are Night Trading. Make it easier on the eyes. 扩展基本信息
| 名称 | |
| ID | fhealgidlggdmnnomklnnmhihfaipbmc |
| 官方URL | https://chromewebstore.google.com/detail/avanza-night-mode/fhealgidlggdmnnomklnnmhihfaipbmc |
| 简介 | Avanza Night Mode |
| 文件大小 | 11.04 KB |
| 安装次数 | 581 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2022-05-29 |
| 上架时间 | 2018-01-13 |
| 评分 | 4.60/5 共5次评分 |
| 开发者 | urre |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://urre.me |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "avanza-night-mode",
"description": "Avanza Night Mode",
"version": "1.3.0",
"icons": {
"16": ".\/src\/icons\/icon-16.png",
"32": ".\/src\/icons\/icon-48.png",
"48": ".\/src\/icons\/icon-48.png",
"128": ".\/src\/icons\/icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.avanza.se\/*"
],
"css": [
"src\/css\/avanza-night-mode.css"
]
}
]
} | |