Fallen London Item Search

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

O que é Fallen London Item Search?

Fallen London Item Search é uma extensão do Chrome desenvolvida por Gallmarch Industries, e sua principal característica é "This extension adds item and quality search to the 'Myself' tab in Fallen London.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fallen London Item Search

Baixe arquivos de extensão Fallen London Item Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fallen London Item Search Fallen London Item Search
ID jmldnifgockhcidgdinhbfciiphkamkl
URL Oficial https://chromewebstore.google.com/detail/fallen-london-item-search/jmldnifgockhcidgdinhbfciiphkamkl
Descrição This extension adds item and quality search to the 'Myself' tab in Fallen London.
Tamanho do Arquivo 47.96 KB
Contagem de Instalações 70
Versão Atual 1.4.2
Última Atualização 2017-05-07
Data de Publicação 2017-05-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Gallmarch Industries
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}