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…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
    ]
}