Fallen London Library
This extension for Fallen London adds a 'Library' category to your inventory.
Qu'est-ce que Fallen London Library ?
Fallen London Library est une extension Chrome développée par Gallmarch Industries, et sa fonction principale est "This extension for Fallen London adds a 'Library' category to your inventory.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fallen London Library
Téléchargez les fichiers d'extension Fallen London Library 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 unofficial (and awaiting approval by Failbetter) extension adds a 'Library' category to the inventory and moves some of your written work out of the 'Curiosity' section.
Informations de Base sur l'Extension
Nom | Fallen London Library |
ID | dodefappijdnbfcgmkbpenopdnnhmnki |
URL Officiel | https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki |
Description | This extension for Fallen London adds a 'Library' category to your inventory. |
Taille du Fichier | 41.24 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-01-25 |
Date de Publication | 2018-01-25 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Gallmarch Industries |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fallen London Library", "description": "This extension for Fallen London adds a 'Library' category to your inventory.", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/fallenlondon.storynexus.com\/Gap\/Load*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ] } |