FFXIV Lodestone Item Level

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

Apa itu FFXIV Lodestone Item Level?

FFXIV Lodestone Item Level adalah ekstensi Chrome yang dikembangkan oleh Timothy Yang, dan fitur utamanya adalah "Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FFXIV Lodestone Item Level

Unduh file ekstensi FFXIV Lodestone Item Level dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama FFXIV Lodestone Item Level FFXIV Lodestone Item Level
ID kiinapbnbhiciibepifocdkkmhadhfmk
URL Resmi https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk
Deskripsi Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
Ukuran File 58.49 KB
Jumlah Instalasi 321
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2015-01-04
Tanggal Publikasi 2015-01-04
Penilaian 3.64/5 Total 11 Penilaian
Pengembang Timothy Yang
Tipe Pembayaran free
Bahasa yang Didukung 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"
}