Fallen London Item Search
This extension adds item and quality search to the 'Myself' tab in Fallen London.
Co to jest Fallen London Item Search?
Fallen London Item Search to rozszerzenie Chrome opracowane przez Gallmarch Industries, a jego główną funkcją jest „This extension adds item and quality search to the 'Myself' tab in Fallen London.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fallen London Item Search
Pobierz pliki rozszerzeń Fallen London Item Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Fallen London Item Search |
ID | jmldnifgockhcidgdinhbfciiphkamkl |
Oficjalny URL | https://chromewebstore.google.com/detail/fallen-london-item-search/jmldnifgockhcidgdinhbfciiphkamkl |
Opis | This extension adds item and quality search to the 'Myself' tab in Fallen London. |
Rozmiar pliku | 47.96 KB |
Liczba instalacji | 70 |
Aktualna Wersja | 1.4.2 |
Ostatnia Aktualizacja | 2017-05-07 |
Data Publikacji | 2017-05-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Gallmarch Industries |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |