Fallen London Item Search

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

Fallen London Item Search là gì?

Fallen London Item Search là một tiện ích mở rộng Chrome được phát triển bởi Gallmarch Industries, và tính năng chính của nó là "This extension adds item and quality search to the 'Myself' tab in Fallen London.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fallen London Item Search

Tải xuống các tệp mở rộng Fallen London Item Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fallen London Item Search Fallen London Item Search
ID jmldnifgockhcidgdinhbfciiphkamkl
URL Chính Thức https://chromewebstore.google.com/detail/fallen-london-item-search/jmldnifgockhcidgdinhbfciiphkamkl
Mô tả This extension adds item and quality search to the 'Myself' tab in Fallen London.
Kích Thước Tệp 47.96 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2017-05-07
Ngày Phát Hành 2017-05-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Gallmarch Industries
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}