LatTab - Learn Latin Proverbs

Learn Latin proverbs - each time you open up a new tab.

O que é LatTab - Learn Latin Proverbs?

LatTab - Learn Latin Proverbs é uma extensão do Chrome desenvolvida por JbenderCode, e sua principal característica é "Learn Latin proverbs - each time you open up a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão LatTab - Learn Latin Proverbs

Baixe arquivos de extensão LatTab - Learn Latin Proverbs 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. 

Version 1.2.0
* Minor styling changes
* Added Roots as a secondary option                    

Informações Básicas da Extensão

Nome LatTab - Learn Latin Proverbs LatTab - Learn Latin Proverbs
ID eiocjaocpmackhbaffoejkcmnfbdpgpj
URL Oficial https://chromewebstore.google.com/detail/lattab-learn-latin-prover/eiocjaocpmackhbaffoejkcmnfbdpgpj
Descrição Learn Latin proverbs - each time you open up a new tab.
Tamanho do Arquivo 146 KB
Contagem de Instalações 232
Versão Atual 1.2.0
Última Atualização 2018-01-31
Data de Publicação 2018-01-31
Classificação 4.00/5 Total de 10 Avaliações
Desenvolvedor JbenderCode
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LatTab - Learn Latin Proverbs",
    "short_name": "LatTab",
    "version": "1.2.0",
    "description": "Learn Latin proverbs - each time you open up a new tab.",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.0.3.min.js"
        ]
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "author": "Josh Bender - [email protected], Skylar Bolton - [email protected]"
}