FFXIV Lodestone Item Level

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

Co to jest FFXIV Lodestone Item Level?

FFXIV Lodestone Item Level to rozszerzenie Chrome opracowane przez Timothy Yang, a jego główną funkcją jest „Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FFXIV Lodestone Item Level

Pobierz pliki rozszerzeń FFXIV Lodestone Item Level w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa FFXIV Lodestone Item Level FFXIV Lodestone Item Level
ID kiinapbnbhiciibepifocdkkmhadhfmk
Oficjalny URL https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk
Opis Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
Rozmiar pliku 58.49 KB
Liczba instalacji 321
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-01-04
Data Publikacji 2015-01-04
Ocena 3.64/5 Łącznie 11 Oceny
Deweloper Timothy Yang
Typ Płatności free
Obsługiwane Języki 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"
}