Transum

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

¿Qué es Transum?

Transum es una extensión de Chrome desarrollada por plus.extensions.dev, y su función principal es "A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Transum

Descarga archivos de extensión Transum en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Transum Transum
ID ccfdipkacmkaghoikblhbkmlanhepagc
URL Oficial https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc
Descripción A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
Tamaño del Archivo 38.89 KB
Cantidad de Instalaciones 77
Versión Actual 1.0.0.2
Última Actualización 2021-11-23
Fecha de Publicación 2021-10-13
Desarrollador plus.extensions.dev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}