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…
Co to jest poe.trade Enhancement Suite?
poe.trade Enhancement Suite to rozszerzenie Chrome opracowane przez Hub City Code, a jego główną funkcją jest „pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia poe.trade Enhancement Suite
Pobierz pliki rozszerzeń poe.trade Enhancement Suite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
Oficjalny URL | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
Opis | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
Rozmiar pliku | 38.16 KB |
Liczba instalacji | 86 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2017-08-22 |
Data Publikacji | 2017-08-22 |
Deweloper | Hub City Code |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |