Transum

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

Vad är Transum?

Transum är en Chrome-tillägg utvecklad av plus.extensions.dev, och dess huvudfunktion är "A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Transum-förlängningens CRX-fil

Ladda ner Transum-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Transum Transum
ID ccfdipkacmkaghoikblhbkmlanhepagc
Officiell webbadress https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc
Beskrivning A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
Filstorlek 38.89 KB
Antal Installationer 77
Aktuell Version 1.0.0.2
Senast Uppdaterad 2021-11-23
Publiceringsdatum 2021-10-13
Utvecklare plus.extensions.dev
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}