Chandlery for Fallen London
Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck
Co to jest Chandlery for Fallen London?
Chandlery for Fallen London to rozszerzenie Chrome opracowane przez Xan, a jego główną funkcją jest „Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chandlery for Fallen London
Pobierz pliki rozszerzeń Chandlery for Fallen London 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 is an UNOFFICIAL Chrome extension for Fallen London. Now updated to the Fallen London redesign. As long as your Fallen London tab is open, it will monitor and update the tab title with your current number of actions and Opportunity deck cards. It will also optionally show desktop notifications when your candle or deck are full. Fallen London © Copyright Failbetter Games Icon credit: by Icons8 from www.flaticon.com, licensed under CC BY 3.0
Podstawowe informacje o rozszerzeniu
Nazwa | Chandlery for Fallen London |
ID | anhebaghddcipcnlgoehajobofkgghje |
Oficjalny URL | https://chromewebstore.google.com/detail/chandlery-for-fallen-lond/anhebaghddcipcnlgoehajobofkgghje |
Opis | Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck |
Rozmiar pliku | 53.77 KB |
Liczba instalacji | 364 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2019-05-03 |
Data Publikacji | 2019-05-03 |
Ocena | 5.00/5 Łącznie 11 Oceny |
Deweloper | Xan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://community.failbettergames.com/topic19830-browser-extension-chandlery-for-fallen-london.aspx |
Adres URL Strony Pomocy | https://github.com/kav2k/chandlery/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chandlery for Fallen London", "short_name": "Chandlery", "description": "Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck", "version": "1.4", "icons": { "16": "img\/icon48.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "js\/lib\/mutation-summary.js", "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js", "js\/notification.js", "js\/storageSync.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": false }, "permissions": [ "storage", "notifications", "https:\/\/www.fallenlondon.com\/*" ], "minimum_chrome_version": "50" } |