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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LatTab 2.0 - Latin proverbs and root words

ดาวน์โหลดไฟล์ส่วนขยาย LatTab 2.0 - Latin proverbs and root words ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LatTab 2.0 - Latin proverbs and root words LatTab 2.0 - Latin proverbs and root words
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
URL หน้าช่วยเหลือ https://github.com/shadoath/lat-tab
URL หน้านโยบายความเป็นส่วนตัว 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"
}