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
官方網址 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"
    }
}