FFXIV Lodestone Item Level
Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
FFXIV Lodestone Item Levelとは何ですか?
FFXIV Lodestone Item LevelはTimothy Yangによって開発されたChromeの拡張機能で、その主な機能は「Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.」です。
拡張機能のスクリーンショット
FFXIV Lodestone Item Level拡張機能のCRXファイルをダウンロード
FFXIV Lodestone Item Level拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
Example: http://na.finalfantasyxiv.com/lodestone/character/7806252/ 拡張機能の基本情報
| 名前 | |
| ID | kiinapbnbhiciibepifocdkkmhadhfmk |
| 公式URL | https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk |
| 説明 | Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/. |
| ファイルサイズ | 58.49 KB |
| インストール数 | 321 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2015-01-04 |
| 公開日 | 2015-01-04 |
| 評価 | 3.64/5 合計 11 レビュー |
| 開発者 | Timothy Yang |
| 支払い方法 | free |
| 対応言語 | 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"
} | |