Transum

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

什麼是Transum?

Transum是由plus.extensions.dev開發的Chrome擴展程式,該擴展的主要功能是“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

下載Transum擴展crx文件

下載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
官方網址 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"
}