Transum

A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…

Transumคืออะไร?

Transum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย plus.extensions.dev และคุณลักษณะหลักของมันคือ "A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant check, and in-depth init function review. It also has some features like answer filling, and even a trophy maker (please use with caution) (use at your OWN risk, I will NOT be held realisable for ANY usage of this software)!                    

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

ชื่อ Transum Transum
ID ccfdipkacmkaghoikblhbkmlanhepagc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc
คำอธิบาย A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
ขนาดไฟล์ 38.89 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 1.0.0.2
อัปเดตครั้งล่าสุด 2021-11-23
วันที่เผยแพร่ 2021-10-13
ผู้พัฒนา plus.extensions.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Transum",
    "browser_action": {
        "default_title": "Transum",
        "default_popup": "browser.html"
    },
    "icons": {
        "16": "transum.png",
        "48": "transum.png",
        "128": "transum.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.transum.org\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.transum.org\/*",
        "http:\/\/*.transum.org\/*"
    ],
    "manifest_version": 2,
    "version": "1.0.0.2"
}