LatTab - Learn Latin Proverbs

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

Cos'è LatTab - Learn Latin Proverbs?

LatTab - Learn Latin Proverbs è un'estensione di Chrome sviluppata da JbenderCode, e la sua funzione principale è "Learn Latin proverbs - each time you open up a new tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LatTab - Learn Latin Proverbs

Scarica i file di estensione LatTab - Learn Latin Proverbs 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

                        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                    

Informazioni di Base sull'Estensione

Nome LatTab - Learn Latin Proverbs LatTab - Learn Latin Proverbs
ID eiocjaocpmackhbaffoejkcmnfbdpgpj
URL Ufficiale https://chromewebstore.google.com/detail/lattab-learn-latin-prover/eiocjaocpmackhbaffoejkcmnfbdpgpj
Descrizione Learn Latin proverbs - each time you open up a new tab.
Dimensione del File 146 KB
Conteggio Installazioni 232
Versione Corrente 1.2.0
Ultimo Aggiornamento 2018-01-31
Data di Pubblicazione 2018-01-31
Valutazione 4.00/5 Totale 10 Valutazioni
Sviluppatore JbenderCode
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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]"
}