Fallen London Library
This extension for Fallen London adds a 'Library' category to your inventory.
O que é Fallen London Library?
Fallen London Library é uma extensão do Chrome desenvolvida por Gallmarch Industries, e sua principal característica é "This extension for Fallen London adds a 'Library' category to your inventory.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fallen London Library
Baixe arquivos de extensão Fallen London Library no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Fallen London Library |
ID | dodefappijdnbfcgmkbpenopdnnhmnki |
URL Oficial | https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki |
Descrição | This extension for Fallen London adds a 'Library' category to your inventory. |
Tamanho do Arquivo | 41.24 KB |
Contagem de Instalações | 59 |
Versão Atual | 1.0.1 |
Última Atualização | 2018-01-25 |
Data de Publicação | 2018-01-25 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Gallmarch Industries |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |