POE item finder
Find item in your Path of Exile account
POE item finderとは何ですか?
POE item finderはkraiwuthi.aによって開発されたChromeの拡張機能で、その主な機能は「Find item in your Path of Exile account」です。
拡張機能のスクリーンショット
POE item finder拡張機能のCRXファイルをダウンロード
POE item finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find item in your Path of Exile account(stash tab, character inventory, equipped item or even socketed gem) you can find by - item name - item property - league name - mtx name
拡張機能の基本情報
名前 | POE item finder |
ID | jlfgkgcbkfkifnoadbpakdmkbfdkccah |
公式URL | https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah |
説明 | Find item in your Path of Exile account |
ファイルサイズ | 1.41 MB |
インストール数 | 93 |
現在のバージョン | 0.9.1.0 |
最終更新日 | 2016-06-18 |
公開日 | 2016-06-17 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | kraiwuthi.a |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "POE item finder", "description": "Find item in your Path of Exile account", "version": "0.9.1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.pathofexile.com\/*", "storage", "unlimitedStorage" ], "icons": { "16": "images\/icon-16x16.png", "128": "images\/icon-128x128.png" } } |