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 هو إضافة Chrome تم تطويرها بواسطة Gallmarch Industries، والميزة الرئيسية لها هي "This extension adds item and quality search to the 'Myself' tab in Fallen London.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fallen London Item Search
قم بتنزيل ملفات الامتداد Fallen London Item Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |