LatTab - Learn Latin Proverbs

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

Qu'est-ce que LatTab - Learn Latin Proverbs ?

LatTab - Learn Latin Proverbs est une extension Chrome développée par JbenderCode, et sa fonction principale est "Learn Latin proverbs - each time you open up a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LatTab - Learn Latin Proverbs

Téléchargez les fichiers d'extension LatTab - Learn Latin Proverbs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom LatTab - Learn Latin Proverbs LatTab - Learn Latin Proverbs
ID eiocjaocpmackhbaffoejkcmnfbdpgpj
URL Officiel https://chromewebstore.google.com/detail/lattab-learn-latin-prover/eiocjaocpmackhbaffoejkcmnfbdpgpj
Description Learn Latin proverbs - each time you open up a new tab.
Taille du Fichier 146 KB
Nombre d'Installations 232
Version Actuelle 1.2.0
Dernière Mise à Jour 2018-01-31
Date de Publication 2018-01-31
Évaluation 4.00/5 Total 10 Évaluations
Développeur JbenderCode
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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]"
}