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…
Cos'è poe.trade Enhancement Suite?
poe.trade Enhancement Suite è un'estensione di Chrome sviluppata da Hub City Code, e la sua funzione principale è "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione poe.trade Enhancement Suite
Scarica i file di estensione poe.trade Enhancement Suite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
URL Ufficiale | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
Descrizione | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
Dimensione del File | 38.16 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-08-22 |
Data di Pubblicazione | 2017-08-22 |
Sviluppatore | Hub City Code |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |