POE item finder

Find item in your Path of Exile account

O que é POE item finder?

POE item finder é uma extensão do Chrome desenvolvida por kraiwuthi.a, e sua principal característica é "Find item in your Path of Exile account".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão POE item finder

Baixe arquivos de extensão POE item finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome POE item finder POE item finder
ID jlfgkgcbkfkifnoadbpakdmkbfdkccah
URL Oficial https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah
Descrição Find item in your Path of Exile account
Tamanho do Arquivo 1.41 MB
Contagem de Instalações 93
Versão Atual 0.9.1.0
Última Atualização 2016-06-18
Data de Publicação 2016-06-17
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor kraiwuthi.a
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}