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 |
官方網址 | 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" } ] } |