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.”。

擴展截圖

screenshot

下載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 FL Small Mercies
ID efcjeepmkepahpaodagjlioagpganblf
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}