Fallen London Library

This extension for Fallen London adds a 'Library' category to your inventory.

什么是Fallen London Library?

Fallen London Library是由Gallmarch Industries开发的Chrome扩展程序,该扩展的主要功能是“This extension for Fallen London adds a 'Library' category to your inventory.”。

扩展截图

screenshot

下载Fallen London Library扩展crx文件

下载Fallen London Library扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fallen London Library Fallen London Library
ID dodefappijdnbfcgmkbpenopdnnhmnki
官方URL https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki
简介 This extension for Fallen London adds a 'Library' category to your inventory.
文件大小 41.24 KB
安装次数 59
当前版本 1.0.1
更新时间 2018-01-25
上架时间 2018-01-25
评分 4.50/5 共2次评分
开发者 Gallmarch Industries
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}