Transum
A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
Cos'è Transum?
Transum è un'estensione di Chrome sviluppata da plus.extensions.dev, e la sua funzione principale è "A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Transum
Scarica i file di estensione Transum in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)!
Informazioni di Base sull'Estensione
Nome | Transum |
ID | ccfdipkacmkaghoikblhbkmlanhepagc |
URL Ufficiale | https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc |
Descrizione | A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant… |
Dimensione del File | 38.89 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2021-11-23 |
Data di Pubblicazione | 2021-10-13 |
Sviluppatore | plus.extensions.dev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |