Fallen London Library
This extension for Fallen London adds a 'Library' category to your inventory.
Vad är Fallen London Library?
Fallen London Library är en Chrome-tillägg utvecklad av Gallmarch Industries, och dess huvudfunktion är "This extension for Fallen London adds a 'Library' category to your inventory.".
Tilläggsskärmbilder
Ladda ner Fallen London Library-förlängningens CRX-fil
Ladda ner Fallen London Library-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Fallen London Library |
ID | dodefappijdnbfcgmkbpenopdnnhmnki |
Officiell webbadress | https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki |
Beskrivning | This extension for Fallen London adds a 'Library' category to your inventory. |
Filstorlek | 41.24 KB |
Antal Installationer | 59 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2018-01-25 |
Publiceringsdatum | 2018-01-25 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | Gallmarch Industries |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |