Fallen London Item Search

This extension adds item and quality search to the 'Myself' tab in Fallen London.

Cos'è Fallen London Item Search?

Fallen London Item Search è un'estensione di Chrome sviluppata da Gallmarch Industries, e la sua funzione principale è "This extension adds item and quality search to the 'Myself' tab in Fallen London.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fallen London Item Search

Scarica i file di estensione Fallen London Item Search 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 extension for Fallen London allows you to search by name for items and qualities in the 'Myself' tab. It offers the same functionality for qualities and items in the scrapbook and mantelpiece dialogs, too.

v. 1.4.2: Minor bugfix.

v. 1.4: You can optionally search the descriptions of items and qualities as well as their names.

v. 1.3: You can now search for qualities in the 'Myself' tab.

v. 1.2: You can now toggle each search field on and off by clicking on the extension's icon.                    

Informazioni di Base sull'Estensione

Nome Fallen London Item Search Fallen London Item Search
ID jmldnifgockhcidgdinhbfciiphkamkl
URL Ufficiale https://chromewebstore.google.com/detail/fallen-london-item-search/jmldnifgockhcidgdinhbfciiphkamkl
Descrizione This extension adds item and quality search to the 'Myself' tab in Fallen London.
Dimensione del File 47.96 KB
Conteggio Installazioni 70
Versione Corrente 1.4.2
Ultimo Aggiornamento 2017-05-07
Data di Pubblicazione 2017-05-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Gallmarch Industries
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fallen London Item Search",
    "description": "This extension adds item and quality search to the 'Myself' tab in Fallen London.",
    "version": "1.4.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/fallenlondon.storynexus.com\/Gap\/Load*"
            ],
            "css": [
                "flis-styles.css",
                "popup.css"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "mutation-summary.js",
                "flis-extension.js"
            ],
            "run_at": "document_end"
        }
    ]
}