LatTab - Learn Latin Proverbs
Learn Latin proverbs - each time you open up a new tab.
Wat is LatTab - Learn Latin Proverbs?
LatTab - Learn Latin Proverbs is een Chrome-extensie ontwikkeld door JbenderCode, en de belangrijkste functie is "Learn Latin proverbs - each time you open up a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie LatTab - Learn Latin Proverbs
Download LatTab - Learn Latin Proverbs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | eiocjaocpmackhbaffoejkcmnfbdpgpj |
| Officiële URL | https://chromewebstore.google.com/detail/lattab-learn-latin-prover/eiocjaocpmackhbaffoejkcmnfbdpgpj |
| Beschrijving | Learn Latin proverbs - each time you open up a new tab. |
| Bestandsgrootte | 146 KB |
| Aantal Installaties | 232 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2018-01-31 |
| Publicatiedatum | 2018-01-31 |
| Beoordeling | 4.00/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | JbenderCode |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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]"
} | |