FL Mystery Sorter

Show various things in Fallen London properly sorted.

FL Mystery Sorterとは何ですか?

FL Mystery Sorterはlensvolによって開発されたChromeの拡張機能で、その主な機能は「Show various things in Fallen London properly sorted.」です。

拡張機能のスクリーンショット

screenshot
screenshot

FL Mystery Sorter拡張機能のCRXファイルをダウンロード

FL Mystery Sorter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Exactly what it says on the tin. Only for use with the "Fallen London" browser game.                    

拡張機能の基本情報

名前 FL Mystery Sorter FL Mystery Sorter
ID dphadlgegfppjflgefaicponddcnjpbm
公式URL https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm
説明 Show various things in Fallen London properly sorted.
ファイルサイズ 11.38 KB
インストール数 44
現在のバージョン 1.2.0
最終更新日 2022-06-09
公開日 2022-04-20
評価 5.00/5 合計 2 レビュー
開発者 lensvol
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/lensvol/fl-mystery-sorter
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Mystery Sorter",
    "description": "Show various things in Fallen London properly sorted.",
    "version": "1.2.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.fallenlondon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/fl-mystery-sorter-icon-16.png",
            "32": "\/images\/fl-mystery-sorter-icon-32.png",
            "48": "\/images\/fl-mystery-sorter-icon-48.png",
            "128": "\/images\/fl-mystery-sorter-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-mystery-sorter-icon-16.png",
        "32": "\/images\/fl-mystery-sorter-icon-32.png",
        "48": "\/images\/fl-mystery-sorter-icon-48.png",
        "128": "\/images\/fl-mystery-sorter-icon-128.png"
    },
    "web_accessible_resources": []
}