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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } |