FL Small Mercies
Set of small 'fixes' for Fallen London UI.
FL Small Mercies là gì?
FL Small Mercies là một tiện ích mở rộng Chrome được phát triển bởi lensvol, và tính năng chính của nó là "Set of small 'fixes' for Fallen London UI.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FL Small Mercies
Tải xuống các tệp mở rộng FL Small Mercies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FL Small Mercies |
ID | efcjeepmkepahpaodagjlioagpganblf |
URL Chính Thức | https://chromewebstore.google.com/detail/fl-small-mercies/efcjeepmkepahpaodagjlioagpganblf |
Mô tả | Set of small 'fixes' for Fallen London UI. |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 333 |
Phiên Bản Hiện Tại | 3.0.9 |
Cập Nhật Lần Cuối | 2024-02-13 |
Ngày Phát Hành | 2022-08-03 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | lensvol |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lensvol/fl-small-mercies |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |