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
官方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"
}