LatTab 2.0 - Latin proverbs and root words
Learn Latin - each time you open up a new tab
Was ist LatTab 2.0 - Latin proverbs and root words?
LatTab 2.0 - Latin proverbs and root words ist eine Chrome-Erweiterung, die von Shadoath entwickelt wurde, und ihr Hauptmerkmal ist "Learn Latin - each time you open up a new tab".
Erweiterungsscreenshots
LatTab 2.0 - Latin proverbs and root words-Erweiterungs-CRX-Datei herunterladen
Laden Sie LatTab 2.0 - Latin proverbs and root words-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lnbjfdfjlppgedgfbplminickpldmcin |
| Offizielle URL | https://chromewebstore.google.com/detail/lattab-20-latin-proverbs/lnbjfdfjlppgedgfbplminickpldmcin |
| Beschreibung | Learn Latin - each time you open up a new tab |
| Dateigröße | 208 KB |
| Installationsanzahl | 24 |
| Aktuelle Version | 2.3.0 |
| Letztes Update | 2022-12-06 |
| Veröffentlichungsdatum | 2020-03-18 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Shadoath |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/shadoath/lat-tab |
| Hilfeseite URL | https://github.com/shadoath/lat-tab |
| URL der Datenschutzrichtlinien-Seite | https://skyfoxstudios.com/privacy-policy |
| Unterstützte Sprachen | 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"
} | |