Bitcointalk Custom CSS

Only works in bitcointalk.org

什麼是Bitcointalk Custom CSS?

Bitcointalk Custom CSS是由ozer gul開發的Chrome擴展程式,該擴展的主要功能是“Only works in bitcointalk.org”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Bitcointalk Custom CSS Bitcointalk Custom CSS
ID oejikidddaaaooeihbdnmkmmlioeabhl
官方網址 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\/*"
            ]
        }
    ]
}