FFXIV Lodestone Item Level
Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
Co je FFXIV Lodestone Item Level?
FFXIV Lodestone Item Level je rozšíření Chrome vyvinuté Timothy Yang, a jeho hlavní funkcí je „Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FFXIV Lodestone Item Level
Stáhněte si soubory rozšíření FFXIV Lodestone Item Level ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/. Example: http://na.finalfantasyxiv.com/lodestone/character/7806252/
Základní Informace o Rozšíření
Název | |
ID | kiinapbnbhiciibepifocdkkmhadhfmk |
Oficiální URL | https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk |
Popis | Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/. |
Velikost souboru | 58.49 KB |
Počet instalací | 321 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2015-01-04 |
Datum Vydání | 2015-01-04 |
Hodnocení | 3.64/5 Celkem 11 Hodnocení |
Vývojář | Timothy Yang |
Typ Platby | free |
Podporované Jazyky | 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" } |