poe.trade Enhancement Suite
pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…
Apa itu poe.trade Enhancement Suite?
poe.trade Enhancement Suite adalah ekstensi Chrome yang dikembangkan oleh Hub City Code, dan fitur utamanya adalah "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi poe.trade Enhancement Suite
Unduh file ekstensi poe.trade Enhancement Suite 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
pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable format. Features: --Hotkeys for frequently used commands --Widescreen layout of search fields --Currency conversions and trending indicators More to come!
Informasi Dasar Ekstensi
Nama | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
URL Resmi | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
Deskripsi | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
Ukuran File | 38.16 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-08-22 |
Tanggal Publikasi | 2017-08-22 |
Pengembang | Hub City Code |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "poe.trade Enhancement Suite", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/poe.trade\/*", "http:\/\/poe.trade\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/poe.ninja\/*", "https:\/\/poe.ninja\/*" ] } |