Transum
A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
O que é Transum?
Transum é uma extensão do Chrome desenvolvida por plus.extensions.dev, e sua principal característica é "A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Transum
Baixe arquivos de extensão Transum no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)!
Informações Básicas da Extensão
Nome | Transum |
ID | ccfdipkacmkaghoikblhbkmlanhepagc |
URL Oficial | https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc |
Descrição | A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant… |
Tamanho do Arquivo | 38.89 KB |
Contagem de Instalações | 77 |
Versão Atual | 1.0.0.2 |
Última Atualização | 2021-11-23 |
Data de Publicação | 2021-10-13 |
Desenvolvedor | plus.extensions.dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |