FFXIV Lodestone Item Level
Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
Vad är FFXIV Lodestone Item Level?
FFXIV Lodestone Item Level är en Chrome-tillägg utvecklad av Timothy Yang, och dess huvudfunktion är "Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.".
Tilläggsskärmbilder
Ladda ner FFXIV Lodestone Item Level-förlängningens CRX-fil
Ladda ner FFXIV Lodestone Item Level-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/. Example: http://na.finalfantasyxiv.com/lodestone/character/7806252/
Grundläggande Information om Tillägg
Namn | |
ID | kiinapbnbhiciibepifocdkkmhadhfmk |
Officiell webbadress | https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk |
Beskrivning | Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/. |
Filstorlek | 58.49 KB |
Antal Installationer | 321 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2015-01-04 |
Publiceringsdatum | 2015-01-04 |
Betyg | 3.64/5 Totalt 11 Betyg |
Utvecklare | Timothy Yang |
Betalningssätt | free |
Stödda Språk | 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" } |