FL Time Keeper

Display convenient reminder when Time the Healer comes.

FL Time Keeperとは何ですか?

FL Time Keeperはlensvolによって開発されたChromeの拡張機能で、その主な機能は「Display convenient reminder when Time the Healer comes.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Display convenient reminder when Time the Healer comes. This is useful when you are doing grinds that require you to maintain a certain level of Notability (e.g. Paramount Presence) and will show you a warning when you need to catch up with TTH.                    

拡張機能の基本情報

名前 FL Time Keeper FL Time Keeper
ID aphfpnlcbhnaipmakigbajglopeiodfb
公式URL https://chromewebstore.google.com/detail/fl-time-keeper/aphfpnlcbhnaipmakigbajglopeiodfb
説明 Display convenient reminder when Time the Healer comes.
ファイルサイズ 18.28 KB
インストール数 203
現在のバージョン 1.1.1
最終更新日 2022-06-14
公開日 2022-05-13
評価 4.50/5 合計 4 レビュー
開発者 lensvol
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/lensvol/fl-time-keeper
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Time Keeper",
    "description": "Display convenient reminder when Time the Healer comes.",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/fl-time-keeper-icon-16.png",
            "32": "\/images\/fl-time-keeper-icon-32.png",
            "48": "\/images\/fl-time-keeper-icon-48.png",
            "128": "\/images\/fl-time-keeper-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-time-keeper-icon-16.png",
        "32": "\/images\/fl-time-keeper-icon-32.png",
        "48": "\/images\/fl-time-keeper-icon-48.png",
        "128": "\/images\/fl-time-keeper-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ]
        }
    ]
}