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…
Qu'est-ce que poe.trade Enhancement Suite ?
poe.trade Enhancement Suite est une extension Chrome développée par Hub City Code, et sa fonction principale est "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension poe.trade Enhancement Suite
Téléchargez les fichiers d'extension poe.trade Enhancement Suite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
URL Officiel | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
Description | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
Taille du Fichier | 38.16 KB |
Nombre d'Installations | 86 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-08-22 |
Date de Publication | 2017-08-22 |
Développeur | Hub City Code |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |