Fallen London Item Search

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

Hvad er Fallen London Item Search?

Fallen London Item Search er en Chrome-udvidelse udviklet af Gallmarch Industries, og dens hovedfunktion er "This extension adds item and quality search to the 'Myself' tab in Fallen London.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Fallen London Item Search-udvidelses-CRX-fil

Download Fallen London Item Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Fallen London Item Search Fallen London Item Search
ID jmldnifgockhcidgdinhbfciiphkamkl
Officiel URL https://chromewebstore.google.com/detail/fallen-london-item-search/jmldnifgockhcidgdinhbfciiphkamkl
Beskrivelse This extension adds item and quality search to the 'Myself' tab in Fallen London.
Filstørrelse 47.96 KB
Antal Installationer 70
Nuværende Version 1.4.2
Senest Opdateret 2017-05-07
Udgivelsesdato 2017-05-07
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Gallmarch Industries
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}