LatTab 2.0 - Latin proverbs and root words
Learn Latin - each time you open up a new tab
ما هو LatTab 2.0 - Latin proverbs and root words؟
LatTab 2.0 - Latin proverbs and root words هو إضافة Chrome تم تطويرها بواسطة Shadoath، والميزة الرئيسية لها هي "Learn Latin - each time you open up a new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LatTab 2.0 - Latin proverbs and root words
قم بتنزيل ملفات الامتداد LatTab 2.0 - Latin proverbs and root words بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | lnbjfdfjlppgedgfbplminickpldmcin |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/lattab-20-latin-proverbs/lnbjfdfjlppgedgfbplminickpldmcin |
| الوصف | Learn Latin - each time you open up a new tab |
| حجم الملف | 208 KB |
| عدد التثبيتات | 24 |
| النسخة الحالية | 2.3.0 |
| آخر تحديث | 2022-12-06 |
| تاريخ النشر | 2020-03-18 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Shadoath |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/shadoath/lat-tab |
| عنوان صفحة المساعدة | https://github.com/shadoath/lat-tab |
| عنوان صفحة سياسة الخصوصية | https://skyfoxstudios.com/privacy-policy |
| اللغات المدعومة | 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"
} | |