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…
Hvad er poe.trade Enhancement Suite?
poe.trade Enhancement Suite er en Chrome-udvidelse udviklet af Hub City Code, og dens hovedfunktion er "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".
Udvidelsesskærmbilleder
Download poe.trade Enhancement Suite-udvidelses-CRX-fil
Download poe.trade Enhancement Suite-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
Officiel URL | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
Beskrivelse | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
Filstørrelse | 38.16 KB |
Antal Installationer | 86 |
Nuværende Version | 0.1 |
Senest Opdateret | 2017-08-22 |
Udgivelsesdato | 2017-08-22 |
Udvikler | Hub City Code |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |