Chandlery for Fallen London

Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck

Chandlery for Fallen Londonとは何ですか?

Chandlery for Fallen LondonはXanによって開発されたChromeの拡張機能で、その主な機能は「Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck」です。

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

screenshot
screenshot

Chandlery for Fallen London拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is an UNOFFICIAL Chrome extension for Fallen London.
Now updated to the Fallen London redesign.

As long as your Fallen London tab is open, it will monitor and update the tab title with your current number of actions and Opportunity deck cards.

It will also optionally show desktop notifications when your candle or deck are full.

Fallen London © Copyright Failbetter Games

Icon credit: by Icons8 from www.flaticon.com, licensed under CC BY 3.0                    

拡張機能の基本情報

名前 Chandlery for Fallen London Chandlery for Fallen London
ID anhebaghddcipcnlgoehajobofkgghje
公式URL https://chromewebstore.google.com/detail/chandlery-for-fallen-lond/anhebaghddcipcnlgoehajobofkgghje
説明 Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck
ファイルサイズ 53.77 KB
インストール数 364
現在のバージョン 1.4
最終更新日 2019-05-03
公開日 2019-05-03
評価 5.00/5 合計 11 レビュー
開発者 Xan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://community.failbettergames.com/topic19830-browser-extension-chandlery-for-fallen-london.aspx
ヘルプページのURL https://github.com/kav2k/chandlery/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chandlery for Fallen London",
    "short_name": "Chandlery",
    "description": "Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck",
    "version": "1.4",
    "icons": {
        "16": "img\/icon48.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "js\/lib\/mutation-summary.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/notification.js",
            "js\/storageSync.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/www.fallenlondon.com\/*"
    ],
    "minimum_chrome_version": "50"
}