POE item finder
Find item in your Path of Exile account
Co to jest POE item finder?
POE item finder to rozszerzenie Chrome opracowane przez kraiwuthi.a, a jego główną funkcją jest „Find item in your Path of Exile account”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia POE item finder
Pobierz pliki rozszerzeń POE item finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | POE item finder |
ID | jlfgkgcbkfkifnoadbpakdmkbfdkccah |
Oficjalny URL | https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah |
Opis | Find item in your Path of Exile account |
Rozmiar pliku | 1.41 MB |
Liczba instalacji | 93 |
Aktualna Wersja | 0.9.1.0 |
Ostatnia Aktualizacja | 2016-06-18 |
Data Publikacji | 2016-06-17 |
Ocena | 3.50/5 Łącznie 2 Oceny |
Deweloper | kraiwuthi.a |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |