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…
Что такое poe.trade Enhancement Suite?
poe.trade Enhancement Suite - это расширение Chrome, разработанное Hub City Code, и его основная функция - "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".
Снимки экрана расширения
Скачать файл CRX расширения poe.trade Enhancement Suite
Скачайте файлы расширений poe.trade Enhancement Suite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
Официальный URL | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
Описание | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
Размер файла | 38.16 KB |
Количество установок | 86 |
Текущая Версия | 0.1 |
Последнее Обновление | 2017-08-22 |
Дата публикации | 2017-08-22 |
Разработчик | Hub City Code |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } |