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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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