LatTab 2.0 - Latin proverbs and root words
Learn Latin - each time you open up a new tab
O que é LatTab 2.0 - Latin proverbs and root words?
LatTab 2.0 - Latin proverbs and root words é uma extensão do Chrome desenvolvida por Shadoath, e sua principal característica é "Learn Latin - each time you open up a new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LatTab 2.0 - Latin proverbs and root words
Baixe arquivos de extensão LatTab 2.0 - Latin proverbs and root words 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
Replace your new tab page with a page that will teach you the English meaning behind Latin proverbs. Latin is the root of many languages and this extension was built as a fun project to share some of that ancient wisdom, and insight with everyone. Choose between learning the root words or learning proverbs. Version 2.0 - Search in English or Latin - Favorite a proverb or Latin root - Counts how often you have seen it
Informações Básicas da Extensão
Nome | LatTab 2.0 - Latin proverbs and root words |
ID | lnbjfdfjlppgedgfbplminickpldmcin |
URL Oficial | https://chromewebstore.google.com/detail/lattab-20-latin-proverbs/lnbjfdfjlppgedgfbplminickpldmcin |
Descrição | Learn Latin - each time you open up a new tab |
Tamanho do Arquivo | 208 KB |
Contagem de Instalações | 24 |
Versão Atual | 2.3.0 |
Última Atualização | 2022-12-06 |
Data de Publicação | 2020-03-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Shadoath |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/shadoath/lat-tab |
URL da Página de Ajuda | https://github.com/shadoath/lat-tab |
URL da Página de Política de Privacidade | https://skyfoxstudios.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LatTab 2.0 - Latin proverbs and root words", "short_name": "LatTab", "version": "2.3.0", "description": "Learn Latin - each time you open up a new tab", "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "icons": { "128": "images\/logo2.png" }, "action": { "default_icon": "images\/logo2.png", "default_popup": "options.html" }, "permissions": [ "storage" ], "author": "Skylar Bolton - [email protected], Josh Bender" } |