POE item finder

Find item in your Path of Exile account

Apa itu POE item finder?

POE item finder adalah ekstensi Chrome yang dikembangkan oleh kraiwuthi.a, dan fitur utamanya adalah "Find item in your Path of Exile account".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi POE item finder

Unduh file ekstensi POE item finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama POE item finder POE item finder
ID jlfgkgcbkfkifnoadbpakdmkbfdkccah
URL Resmi https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah
Deskripsi Find item in your Path of Exile account
Ukuran File 1.41 MB
Jumlah Instalasi 93
Versi Saat Ini 0.9.1.0
Terakhir Diperbarui 2016-06-18
Tanggal Publikasi 2016-06-17
Penilaian 3.50/5 Total 2 Penilaian
Pengembang kraiwuthi.a
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}