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 |
| Eメール | [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\/*"
]
}
]
} | |