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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Timothy Yang และคุณลักษณะหลักของมันคือ "Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FFXIV Lodestone Item Level

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}