Transum
A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
Co je Transum?
Transum je rozšíření Chrome vyvinuté plus.extensions.dev, a jeho hlavní funkcí je „A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Transum
Stáhněte si soubory rozšíření Transum ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)!
Základní Informace o Rozšíření
Název | Transum |
ID | ccfdipkacmkaghoikblhbkmlanhepagc |
Oficiální URL | https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc |
Popis | A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant… |
Velikost souboru | 38.89 KB |
Počet instalací | 77 |
Aktuální Verze | 1.0.0.2 |
Poslední Aktualizace | 2021-11-23 |
Datum Vydání | 2021-10-13 |
Vývojář | plus.extensions.dev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |