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 هو إضافة Chrome تم تطويرها بواسطة Xan، والميزة الرئيسية لها هي "Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Chandlery for Fallen London

قم بتنزيل ملفات الامتداد Chandlery for Fallen London بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}