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

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

screenshot

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

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