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…

Vad är poe.trade Enhancement Suite?

poe.trade Enhancement Suite är en Chrome-tillägg utvecklad av Hub City Code, och dess huvudfunktion är "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".

Tilläggsskärmbilder

screenshot

Ladda ner poe.trade Enhancement Suite-förlängningens CRX-fil

Ladda ner poe.trade Enhancement Suite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn poe.trade Enhancement Suite poe.trade Enhancement Suite
ID ogdnaeaaljfojidhamhjdpmclpopcdki
Officiell webbadress https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki
Beskrivning pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…
Filstorlek 38.16 KB
Antal Installationer 86
Aktuell Version 0.1
Senast Uppdaterad 2017-08-22
Publiceringsdatum 2017-08-22
Utvecklare Hub City Code
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}