Chandlery for Fallen London

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

Chandlery for Fallen London là gì?

Chandlery for Fallen London là một tiện ích mở rộng Chrome được phát triển bởi Xan, và tính năng chính của nó là "Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chandlery for Fallen London

Tải xuống các tệp mở rộng Chandlery for Fallen London dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chandlery for Fallen London Chandlery for Fallen London
ID anhebaghddcipcnlgoehajobofkgghje
URL Chính Thức https://chromewebstore.google.com/detail/chandlery-for-fallen-lond/anhebaghddcipcnlgoehajobofkgghje
Mô tả Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck
Kích Thước Tệp 53.77 KB
Số Lần Cài Đặt 364
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2019-05-03
Ngày Phát Hành 2019-05-03
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Xan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://community.failbettergames.com/topic19830-browser-extension-chandlery-for-fallen-london.aspx
URL Trang Trợ Giúp https://github.com/kav2k/chandlery/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}