Fallen London Library

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

Cos'è Fallen London Library?

Fallen London Library è un'estensione di Chrome sviluppata da Gallmarch Industries, e la sua funzione principale è "This extension for Fallen London adds a 'Library' category to your inventory.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fallen London Library

Scarica i file di estensione Fallen London Library in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fallen London Library Fallen London Library
ID dodefappijdnbfcgmkbpenopdnnhmnki
URL Ufficiale https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki
Descrizione This extension for Fallen London adds a 'Library' category to your inventory.
Dimensione del File 41.24 KB
Conteggio Installazioni 59
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-01-25
Data di Pubblicazione 2018-01-25
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Gallmarch Industries
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}