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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |