FFXIV Lodestone iLevel

Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.

FFXIV Lodestone iLevelとは何ですか?

FFXIV Lodestone iLevelはascobolによって開発されたChromeの拡張機能で、その主な機能は「Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.                    

拡張機能の基本情報

名前 FFXIV Lodestone iLevel FFXIV Lodestone iLevel
ID fplimaeabafpglhadkimoloonjogdnff
公式URL https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff
説明 Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
ファイルサイズ 56.36 KB
インストール数 32
現在のバージョン 0.0.3
最終更新日 2017-03-31
公開日 2017-03-31
評価 3.33/5 合計 3 レビュー
開発者 ascobol
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Ascobol",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/"
            ]
        }
    ],
    "description": "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png"
    },
    "name": "FFXIV Lodestone iLevel",
    "short_name": "FFXIV iLvl",
    "manifest_version": 2,
    "version": "0.0.3"
}