POE item finder

Find item in your Path of Exile account

Qu'est-ce que POE item finder ?

POE item finder est une extension Chrome développée par kraiwuthi.a, et sa fonction principale est "Find item in your Path of Exile account".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension POE item finder

Téléchargez les fichiers d'extension POE item finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom POE item finder POE item finder
ID jlfgkgcbkfkifnoadbpakdmkbfdkccah
URL Officiel https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah
Description Find item in your Path of Exile account
Taille du Fichier 1.41 MB
Nombre d'Installations 93
Version Actuelle 0.9.1.0
Dernière Mise à Jour 2016-06-18
Date de Publication 2016-06-17
Évaluation 3.50/5 Total 2 Évaluations
Développeur kraiwuthi.a
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}