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. 擴展基本資訊
| 名稱 | |
| ID | fplimaeabafpglhadkimoloonjogdnff |
| 官方網址 | 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"
} | |