PoE trade ahk

Path Of Exile extension for poe.trade to scream pm

PoE trade ahkคืออะไร?

PoE trade ahk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deathangel908 และคุณลักษณะหลักของมันคือ "Path Of Exile extension for poe.trade to scream pm"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PoE trade ahk

ดาวน์โหลดไฟล์ส่วนขยาย PoE trade ahk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension extends the functionality of https://poe.trade and pathofexile.com/trade by adding ability to whisper message w/o copying them manually. To use:
 - Install https://www.autohotkey.com/
 - Download https://raw.githubusercontent.com/akoidan/POE/master/poe.ahk 
 - Open poe.ahk via right click or by using autohotkey
 - Open pathofexile.com/trade
 - In the new area click "Create"
 - Step above has just created buyItemsList.txt file in your Downloads directory. Switch to your game and Press F7. To stop shouting press O (your chat should be closed). Autohotkey script will run on lines in the downloaded file and shout everything in it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PoE trade ahk PoE trade ahk
ID hiknemifbkgijpadbibhbbibenelkjoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/poe-trade-ahk/hiknemifbkgijpadbibhbbibenelkjoj
คำอธิบาย Path Of Exile extension for poe.trade to scream pm
ขนาดไฟล์ 283 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2020-05-15
วันที่เผยแพร่ 2020-05-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา deathangel908
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/akoidan/poe-chrome-extension
URL หน้าช่วยเหลือ https://github.com/akoidan/poe-chrome-extension/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PoE trade ahk",
    "author": "Andrew Koidan  https:\/\/github.com\/akoidan",
    "description": "Path Of Exile extension for poe.trade to scream pm",
    "version": "1.9",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhyK0L\/7CRrW\/D5Q\/u2kak3P5pA9I6Y\/5w1dnWkg4KCgKTQrxllVk4FJ8k3a1DwnDTy5Q8FCsmbEjmsJ01ZPHO+JYuLBjstEx6b7MTayfizc8zXNPjnh2AKM8QJuPLf8mpPW7ECgXWbJZ3H1vG1vJX22eED2yE\/av9IgQlotwnFPGKkKtVRlekVVr\/pJVXuNaJYsH6AnFSWtXWL+oMY7XWQyuOuEJ4vSpveYTFUT9vv7RN5fAg+hTu\/FHEUMRNUgmiOLRTgqMf2zreaTW4E+jS4zGc5f58hFeZLpD0xm7Mt+\/jkPTZttWX2ahBGt11YeSN08OexkiLRVVQNqBLjvVzQIDAQAB",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/vendors-main.js",
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "matches": [
                "https:\/\/poe.trade\/*",
                "https:\/\/currency.poe.trade\/search*",
                "https:\/\/www.pathofexile.com\/trade\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/icon-128.png"
    }
}