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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chandlery for Fallen London एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}