Transum
A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
Co to jest Transum?
Transum to rozszerzenie Chrome opracowane przez plus.extensions.dev, a jego główną funkcją jest „A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Transum
Pobierz pliki rozszerzeń Transum w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)!
Podstawowe informacje o rozszerzeniu
Nazwa | Transum |
ID | ccfdipkacmkaghoikblhbkmlanhepagc |
Oficjalny URL | https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc |
Opis | A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant… |
Rozmiar pliku | 38.89 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.0.0.2 |
Ostatnia Aktualizacja | 2021-11-23 |
Data Publikacji | 2021-10-13 |
Deweloper | plus.extensions.dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |