Fallen London Library
This extension for Fallen London adds a 'Library' category to your inventory.
What is Fallen London Library?
Fallen London Library is a Chrome extension developed by Gallmarch Industries, and its main feature is "This extension for Fallen London adds a 'Library' category to your inventory.".
Extension Screenshots
Download Fallen London Library Extension CRX File
Download Fallen London Library extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Fallen London Library |
ID | dodefappijdnbfcgmkbpenopdnnhmnki |
Official URL | https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki |
Description | This extension for Fallen London adds a 'Library' category to your inventory. |
File Size | 41.24 KB |
Installation Count | 59 |
Current Version | 1.0.1 |
Last Updated | 2018-01-25 |
Publish Date | 2018-01-25 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Gallmarch Industries |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |