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…
Wat is poe.trade Enhancement Suite?
poe.trade Enhancement Suite is een Chrome-extensie ontwikkeld door Hub City Code, en de belangrijkste functie is "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".
Extensie Screenshots
Download het CRX-bestand van de extensie poe.trade Enhancement Suite
Download poe.trade Enhancement Suite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
Officiële URL | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
Beschrijving | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
Bestandsgrootte | 38.16 KB |
Aantal Installaties | 86 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-08-22 |
Publicatiedatum | 2017-08-22 |
Ontwikkelaar | Hub City Code |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |