Fallen London Library

This extension for Fallen London adds a 'Library' category to your inventory.

ما هو Fallen London Library؟

Fallen London Library هو إضافة Chrome تم تطويرها بواسطة Gallmarch Industries، والميزة الرئيسية لها هي "This extension for Fallen London adds a 'Library' category to your inventory.".

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

screenshot

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

قم بتنزيل ملفات الامتداد Fallen London Library بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This unofficial (and awaiting approval by Failbetter) extension adds a 'Library' category to the inventory and moves some of your written work out of the 'Curiosity' section.                    

معلومات أساسية عن التمديد

الاسم Fallen London Library Fallen London Library
ID dodefappijdnbfcgmkbpenopdnnhmnki
عنوان URL الرسمي https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki
الوصف This extension for Fallen London adds a 'Library' category to your inventory.
حجم الملف 41.24 KB
عدد التثبيتات 59
النسخة الحالية 1.0.1
آخر تحديث 2018-01-25
تاريخ النشر 2018-01-25
تقييم 4.50/5 مجموع تقييمات 2
المطور Gallmarch Industries
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fallen London Library",
    "description": "This extension for Fallen London adds a 'Library' category to your inventory.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/fallenlondon.storynexus.com\/Gap\/Load*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}