Codenames dark theme
Dark theme for the Codenames game
什么是Codenames dark theme?
Codenames dark theme是由jbrunoxd开发的Chrome扩展程序,该扩展的主要功能是“Dark theme for the Codenames game”。
扩展截图
下载Codenames dark theme扩展crx文件
下载Codenames dark theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | mgcpokdoehokdlpbpgafjicnkkmcelih |
| 官方URL | https://chromewebstore.google.com/detail/codenames-dark-theme/mgcpokdoehokdlpbpgafjicnkkmcelih |
| 简介 | Dark theme for the Codenames game |
| 文件大小 | 4.66 KB |
| 安装次数 | 35 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-07-19 |
| 上架时间 | 2018-07-19 |
| 开发者 | jbrunoxd |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Codenames dark theme",
"description": "Dark theme for the Codenames game",
"version": "1.0",
"browser_action": {
"default_icon": "download.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/www.horsepaste.com\/*"
]
}
]
} | |