Fallen London Item Search

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

Fallen London Item Searchとは何ですか?

Fallen London Item SearchはGallmarch Industriesによって開発されたChromeの拡張機能で、その主な機能は「This extension adds item and quality search to the 'Myself' tab in Fallen London.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fallen London Item Search拡張機能のCRXファイルをダウンロード

Fallen London Item Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Fallen London Item Search Fallen London Item Search
ID jmldnifgockhcidgdinhbfciiphkamkl
公式URL https://chromewebstore.google.com/detail/fallen-london-item-search/jmldnifgockhcidgdinhbfciiphkamkl
説明 This extension adds item and quality search to the 'Myself' tab in Fallen London.
ファイルサイズ 47.96 KB
インストール数 70
現在のバージョン 1.4.2
最終更新日 2017-05-07
公開日 2017-05-07
評価 5.00/5 合計 1 レビュー
開発者 Gallmarch Industries
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}