FFXIV Lodestone Item Level

Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.

什么是FFXIV Lodestone Item Level?

FFXIV Lodestone Item Level是由Timothy Yang开发的Chrome扩展程序,该扩展的主要功能是“Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.”。

扩展截图

screenshot

下载FFXIV Lodestone Item Level扩展crx文件

下载FFXIV Lodestone Item Level扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.

Example: http://na.finalfantasyxiv.com/lodestone/character/7806252/                    

扩展基本信息

名称 FFXIV Lodestone Item Level FFXIV Lodestone Item Level
ID kiinapbnbhiciibepifocdkkmhadhfmk
官方URL https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk
简介 Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
文件大小 58.49 KB
安装次数 321
当前版本 1.0.2
更新时间 2015-01-04
上架时间 2015-01-04
评分 3.64/5 共11次评分
开发者 Timothy Yang
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FFXIV Lodestone Item Level",
    "version": "1.0.2",
    "description": "Display a character's item level in the FFXIV Lodestone: http:\/\/na.finalfantasyxiv.com\/lodestone\/character\/.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/"
            ]
        }
    ],
    "author": "Timothy Yang"
}