Tenses
Tenses is an extension that provides verb tenses while browsing the web.
O que é Tenses?
Tenses é uma extensão do Chrome desenvolvida por extensions.thundersoft, e sua principal característica é "Tenses is an extension that provides verb tenses while browsing the web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tenses
Baixe arquivos de extensão Tenses 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
Tenses is an extension that provides verb tenses while browsing the web. Is recommended to install Google Translate extension to have a better translation experience. All donations are welcome and appreciated. https://paypal.me/eddortega1?country.x=MX&locale.x=es_XC
Informações Básicas da Extensão
Nome | Tenses |
ID | fgfpflagdmokamgiihgkapfeagfcoobi |
URL Oficial | https://chromewebstore.google.com/detail/tenses/fgfpflagdmokamgiihgkapfeagfcoobi |
Descrição | Tenses is an extension that provides verb tenses while browsing the web. |
Tamanho do Arquivo | 163 KB |
Contagem de Instalações | 62 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-03-04 |
Data de Publicação | 2022-08-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | extensions.thundersoft |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tenses", "description": "Tenses is an extension that provides verb tenses while browsing the web.", "version": "0.0.2", "version_name": "0.0.2", "manifest_version": 3, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "css": [ "css\/tenses.css" ], "js": [ "js\/content.js", "js\/global.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |