FL Duly Noted

Leave notes on storylet branches in Fallen London.

FL Duly Notedとは何ですか?

FL Duly Notedはlensvolによって開発されたChromeの拡張機能で、その主な機能は「Leave notes on storylet branches in Fallen London.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Sometimes you need to sketch a reminder or two on the branches that you are going to play in "Fallen London". This extension helps with that.                    

拡張機能の基本情報

名前 FL Duly Noted FL Duly Noted
ID beajhalfcfecdnbjlncbbhgpnikekemk
公式URL https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk
説明 Leave notes on storylet branches in Fallen London.
ファイルサイズ 18.68 KB
インストール数 64
現在のバージョン 1.0.2
最終更新日 2023-11-21
公開日 2022-09-21
開発者 lensvol
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/lensvol/fl-duly-noted
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Duly Noted",
    "description": "Leave notes on storylet branches in Fallen London.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "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-duly-noted-icon-16.png",
            "32": "\/images\/fl-duly-noted-icon-32.png",
            "48": "\/images\/fl-duly-noted-icon-48.png",
            "128": "\/images\/fl-duly-noted-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-duly-noted-icon-16.png",
        "32": "\/images\/fl-duly-noted-icon-32.png",
        "48": "\/images\/fl-duly-noted-icon-48.png",
        "128": "\/images\/fl-duly-noted-icon-128.png"
    },
    "web_accessible_resources": []
}