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