Bitcointalk Custom CSS
Only works in bitcointalk.org
什么是Bitcointalk Custom CSS?
Bitcointalk Custom CSS是由ozer gul开发的Chrome扩展程序,该扩展的主要功能是“Only works in bitcointalk.org”。
扩展截图
下载Bitcointalk Custom CSS扩展crx文件
下载Bitcointalk Custom CSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Custom CSS and images for old bitcointalk.org forum. Only works in bitcointalk.org 扩展基本信息
| 名称 | |
| ID | oejikidddaaaooeihbdnmkmmlioeabhl |
| 官方URL | https://chromewebstore.google.com/detail/bitcointalk-custom-css/oejikidddaaaooeihbdnmkmmlioeabhl |
| 简介 | Only works in bitcointalk.org |
| 文件大小 | 36.21 KB |
| 安装次数 | 11 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-12-24 |
| 上架时间 | 2016-12-24 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | ozer gul |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://bitcointalk.org |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bitcointalk Custom CSS",
"version": "0.1",
"description": "Only works in bitcointalk.org",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"css": [
"css.css"
],
"js": [
"app.js"
],
"matches": [
"https:\/\/bitcointalk.org\/*"
]
}
]
} | |