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是由ascobol开发的Chrome扩展程序,该扩展的主要功能是“Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.”。
扩展截图
下载FFXIV Lodestone iLevel扩展crx文件
下载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 |
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" } |