Transum

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

Transum là gì?

Transum là một tiện ích mở rộng Chrome được phát triển bởi plus.extensions.dev, và tính năng chính của nó là "A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Transum

Tải xuống các tệp mở rộng Transum 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

                        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)!                    

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

Tên Transum Transum
ID ccfdipkacmkaghoikblhbkmlanhepagc
URL Chính Thức https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc
Mô tả A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
Kích Thước Tệp 38.89 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2021-11-23
Ngày Phát Hành 2021-10-13
Nhà Phát Triển plus.extensions.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}