FL Quality Lantern
Reveal hidden Qualities in Fallen London storylets
FL Quality Lanternとは何ですか?
FL Quality Lanternはlensvolによって開発されたChromeの拡張機能で、その主な機能は「Reveal hidden Qualities in Fallen London storylets」です。
拡張機能のスクリーンショット
FL Quality Lantern拡張機能のCRXファイルをダウンロード
FL Quality Lantern拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to see changes in the player qualities which are marked as "hidden" by the Fallen London API. Mostly of interest to data miners and Fallen London Wiki contributors.
拡張機能の基本情報
名前 | FL Quality Lantern |
ID | nfcdmekbapinhphlejdjghnnmlbahpaf |
公式URL | https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf |
説明 | Reveal hidden Qualities in Fallen London storylets |
ファイルサイズ | 12.27 KB |
インストール数 | 65 |
現在のバージョン | 1.2.3 |
最終更新日 | 2023-08-08 |
公開日 | 2023-08-08 |
開発者 | lensvol |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lensvol/fl-quality-lantern |
ヘルプページのURL | https://github.com/lensvol/fl-quality-lantern/issues |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Quality Lantern", "description": "Reveal hidden Qualities in Fallen London storylets", "version": "1.2.3", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-quality-lantern-icon-16.png", "32": "\/images\/fl-quality-lantern-icon-32.png", "48": "\/images\/fl-quality-lantern-icon-48.png", "128": "\/images\/fl-quality-lantern-icon-128.png" } }, "icons": { "16": "\/images\/fl-quality-lantern-icon-16.png", "32": "\/images\/fl-quality-lantern-icon-32.png", "48": "\/images\/fl-quality-lantern-icon-48.png", "128": "\/images\/fl-quality-lantern-icon-128.png" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/www.fallenlondon.com\/*" ] } ] } |