Torn Exchange

For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!

Torn Exchangeคืออะไร?

Torn Exchange เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tornexchange.com และคุณลักษณะหลักของมันคือ "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torn Exchange

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

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

                        When on the trade screen, simply click the extension icon to produce a receipt for the customer and learn the total amount of money needed to put in the trade.

Receipt template and money can be copied to Clipboard.                    

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

ชื่อ Torn Exchange Torn Exchange
ID iggcinpeofcbplffobefiojjgfeoblll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll
คำอธิบาย For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
ขนาดไฟล์ 19.28 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2024-01-03
ผู้พัฒนา https://tornexchange.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tornexchange.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Torn Exchange",
    "version": "2.2",
    "description": "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!",
    "offline_enabled": true,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.torn.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "host_permissions": [
        "*:\/\/*.torn.com\/*",
        "https:\/\/www.tornexchange.com\/*"
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Torn Exchange",
        "default_popup": "popup.html"
    }
}