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 là gì?

poe.trade Enhancement Suite là một tiện ích mở rộng Chrome được phát triển bởi Hub City Code, và tính năng chính của nó là "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng poe.trade Enhancement Suite

Tải xuống các tệp mở rộng poe.trade Enhancement Suite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên poe.trade Enhancement Suite poe.trade Enhancement Suite
ID ogdnaeaaljfojidhamhjdpmclpopcdki
URL Chính Thức https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki
Mô tả pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…
Kích Thước Tệp 38.16 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-08-22
Ngày Phát Hành 2017-08-22
Nhà Phát Triển Hub City Code
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}