Fallen London Library

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

Wat is Fallen London Library?

Fallen London Library is een Chrome-extensie ontwikkeld door Gallmarch Industries, en de belangrijkste functie is "This extension for Fallen London adds a 'Library' category to your inventory.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fallen London Library

Download Fallen London Library-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fallen London Library Fallen London Library
ID dodefappijdnbfcgmkbpenopdnnhmnki
Officiële URL https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki
Beschrijving This extension for Fallen London adds a 'Library' category to your inventory.
Bestandsgrootte 41.24 KB
Aantal Installaties 59
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-01-25
Publicatiedatum 2018-01-25
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Gallmarch Industries
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}