Colonist.io Counter

Keeps track of cards in the bank

Colonist.io Counterとは何ですか?

Colonist.io Counterはaustin12chenによって開発されたChromeの拡張機能で、その主な機能は「Keeps track of cards in the bank」です。

拡張機能のスクリーンショット

screenshot

Colonist.io Counter拡張機能のCRXファイルをダウンロード

Colonist.io Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome extension that counts cards in the bank on colonist.io

Currently, only keeps track of cards in the bank. 
Planned future features: counts cards in players hands, keeps track of dice rolls throughout the game, counts the total amount of cards received by each player, counts the probabilities of receiving resource X by your next turn                    

拡張機能の基本情報

名前 Colonist.io Counter Colonist.io Counter
ID pakngdooebgdpkjgmbckjhjaikkmedno
公式URL https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno
説明 Keeps track of cards in the bank
ファイルサイズ 157 KB
インストール数 177
現在のバージョン 1.0
最終更新日 2022-02-02
公開日 2022-02-01
評価 5.00/5 合計 2 レビュー
開発者 austin12chen
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Colonist.io Counter",
    "version": "1.0",
    "description": "Keeps track of cards in the bank",
    "action": {
        "default_icon": {
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/colonist.io\/*"
            ],
            "js": [
                "colonist.js",
                "content.js"
            ]
        }
    ]
}