FFXIV LodeStone Readable

FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.

FFXIV LodeStone Readableとは何ですか?

FFXIV LodeStone ReadableはRyuryanによって開発されたChromeの拡張機能で、その主な機能は「FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.」です。

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

screenshot
screenshot
screenshot
screenshot

FFXIV LodeStone Readable拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        【FFXIV LodeStone Readable】は、FINAL FANTASY XIV The LodeStone内にある日記関連の見やすくする拡張機能です。


--------------------

記載されている会社名・製品名・システム名などは、各社の商標、または登録商標です。
Copyright (C) 2010 - 2019 SQUARE ENIX CO., LTD. All Rights Reserved.                    

拡張機能の基本情報

名前 FFXIV LodeStone Readable FFXIV LodeStone Readable
ID gpbknebphaigdbiklghpngglmpgkhehb
公式URL https://chrome.google.com/webstore/detail/ffxiv-lodestone-readable/gpbknebphaigdbiklghpngglmpgkhehb
説明 FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.
ファイルサイズ 47.94 KB
インストール数 129
現在のバージョン 1.3.3
最終更新日 2019-08-29
公開日 2019-08-29
評価 5.00/5 合計 5 レビュー
開発者 Ryuryan
支払い方法 free
拡張機能のウェブサイト https://twitter.com/home?lang=ja
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FFXIV LodeStone Readable",
    "short_name": "lodestone readable",
    "author": "Ryuryan Santa",
    "description": "FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.",
    "version": "1.3.3",
    "manifest_version": 2,
    "web_accessible_resources": [
        "lodestone\/images\/*.png"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "lodestone\/icon16.png",
        "48": "lodestone\/icon48.png",
        "128": "lodestone\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/blog\/*",
                "https:\/\/na.finalfantasyxiv.com\/lodestone\/blog\/*",
                "https:\/\/eu.finalfantasyxiv.com\/lodestone\/blog\/*",
                "https:\/\/fr.finalfantasyxiv.com\/lodestone\/blog\/*",
                "https:\/\/de.finalfantasyxiv.com\/lodestone\/blog\/*"
            ],
            "css": [
                "lodestone\/style.css"
            ],
            "js": [
                "lodestone\/script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*",
                "https:\/\/na.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*",
                "https:\/\/eu.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*",
                "https:\/\/fr.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*",
                "https:\/\/de.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*"
            ],
            "css": [
                "lodestone\/style.css"
            ],
            "js": [
                "lodestone\/script.js"
            ]
        }
    ]
}