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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } ] } |