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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}