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”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}