Chandlery for Fallen London
Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck
Qu'est-ce que Chandlery for Fallen London ?
Chandlery for Fallen London est une extension Chrome développée par Xan, et sa fonction principale est "Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chandlery for Fallen London
Téléchargez les fichiers d'extension Chandlery for Fallen London au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Chandlery for Fallen London |
ID | anhebaghddcipcnlgoehajobofkgghje |
URL Officiel | https://chromewebstore.google.com/detail/chandlery-for-fallen-lond/anhebaghddcipcnlgoehajobofkgghje |
Description | Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck |
Taille du Fichier | 53.77 KB |
Nombre d'Installations | 364 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2019-05-03 |
Date de Publication | 2019-05-03 |
Évaluation | 5.00/5 Total 11 Évaluations |
Développeur | Xan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://community.failbettergames.com/topic19830-browser-extension-chandlery-for-fallen-london.aspx |
URL de la Page d'Aide | https://github.com/kav2k/chandlery/issues |
Langues Prises en Charge | 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" } |