FL Small Mercies
Set of small 'fixes' for Fallen London UI.
FL Small Merciesとは何ですか?
FL Small Merciesはlensvolによって開発されたChromeの拡張機能で、その主な機能は「Set of small 'fixes' for Fallen London UI.」です。
拡張機能のスクリーンショット
FL Small Mercies拡張機能のCRXファイルをダウンロード
FL Small Mercies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension introduces a set of small "fixers" for Fallen London UI intended to correct small deficiencies (as perceived by me, extension's author) in it. Any of the fixers can be enabled or disabled via a new "Extensions" section on the Account page.
拡張機能の基本情報
名前 | FL Small Mercies |
ID | efcjeepmkepahpaodagjlioagpganblf |
公式URL | https://chromewebstore.google.com/detail/fl-small-mercies/efcjeepmkepahpaodagjlioagpganblf |
説明 | Set of small 'fixes' for Fallen London UI. |
ファイルサイズ | 127 KB |
インストール数 | 333 |
現在のバージョン | 3.0.9 |
最終更新日 | 2024-02-13 |
公開日 | 2022-08-03 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | lensvol |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lensvol/fl-small-mercies |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Small Mercies", "description": "Set of small 'fixes' for Fallen London UI.", "version": "3.0.9", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "dist\/background-bundle.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "css": [ "dist\/css\/extension.css" ], "js": [ "dist\/content-bundle.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-small-mercies-icon-16.png", "32": "\/images\/fl-small-mercies-icon-32.png", "48": "\/images\/fl-small-mercies-icon-48.png", "128": "\/images\/fl-small-mercies-icon-128.png" } }, "icons": { "16": "\/images\/fl-small-mercies-icon-16.png", "32": "\/images\/fl-small-mercies-icon-32.png", "48": "\/images\/fl-small-mercies-icon-48.png", "128": "\/images\/fl-small-mercies-icon-128.png" }, "web_accessible_resources": [ { "resources": [ "dist\/*", "src\/*" ], "matches": [ "https:\/\/www.fallenlondon.com\/*" ] } ] } |