Fallen London Library
This extension for Fallen London adds a 'Library' category to your inventory.
Hvad er Fallen London Library?
Fallen London Library er en Chrome-udvidelse udviklet af Gallmarch Industries, og dens hovedfunktion er "This extension for Fallen London adds a 'Library' category to your inventory.".
Udvidelsesskærmbilleder
Download Fallen London Library-udvidelses-CRX-fil
Download Fallen London Library-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Fallen London Library |
ID | dodefappijdnbfcgmkbpenopdnnhmnki |
Officiel URL | https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki |
Beskrivelse | This extension for Fallen London adds a 'Library' category to your inventory. |
Filstørrelse | 41.24 KB |
Antal Installationer | 59 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2018-01-25 |
Udgivelsesdato | 2018-01-25 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | Gallmarch Industries |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |