Fallen London Library

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

Was ist Fallen London Library?

Fallen London Library ist eine Chrome-Erweiterung, die von Gallmarch Industries entwickelt wurde, und ihr Hauptmerkmal ist "This extension for Fallen London adds a 'Library' category to your inventory.".

Erweiterungsscreenshots

screenshot

Fallen London Library-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fallen London Library-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fallen London Library Fallen London Library
ID dodefappijdnbfcgmkbpenopdnnhmnki
Offizielle URL https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki
Beschreibung This extension for Fallen London adds a 'Library' category to your inventory.
Dateigröße 41.24 KB
Installationsanzahl 59
Aktuelle Version 1.0.1
Letztes Update 2018-01-25
Veröffentlichungsdatum 2018-01-25
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Gallmarch Industries
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}