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…

Was ist poe.trade Enhancement Suite?

poe.trade Enhancement Suite ist eine Chrome-Erweiterung, die von Hub City Code entwickelt wurde, und ihr Hauptmerkmal ist "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".

Erweiterungsscreenshots

screenshot

poe.trade Enhancement Suite-Erweiterungs-CRX-Datei herunterladen

Laden Sie poe.trade Enhancement Suite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name poe.trade Enhancement Suite poe.trade Enhancement Suite
ID ogdnaeaaljfojidhamhjdpmclpopcdki
Offizielle URL https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki
Beschreibung pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…
Dateigröße 38.16 KB
Installationsanzahl 86
Aktuelle Version 0.1
Letztes Update 2017-08-22
Veröffentlichungsdatum 2017-08-22
Entwickler Hub City Code
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}