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
官方網址 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
電子郵箱 [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"
        }
    ]
}