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
官方網址 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"
}