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 là gì?

LatTab 2.0 - Latin proverbs and root words là một tiện ích mở rộng Chrome được phát triển bởi Shadoath, và tính năng chính của nó là "Learn Latin - each time you open up a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LatTab 2.0 - Latin proverbs and root words

Tải xuống các tệp mở rộng LatTab 2.0 - Latin proverbs and root words dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LatTab 2.0 - Latin proverbs and root words LatTab 2.0 - Latin proverbs and root words
ID lnbjfdfjlppgedgfbplminickpldmcin
URL Chính Thức https://chromewebstore.google.com/detail/lattab-20-latin-proverbs/lnbjfdfjlppgedgfbplminickpldmcin
Mô tả Learn Latin - each time you open up a new tab
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2022-12-06
Ngày Phát Hành 2020-03-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Shadoath
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shadoath/lat-tab
URL Trang Trợ Giúp https://github.com/shadoath/lat-tab
URL Trang Chính Sách Bảo Mật https://skyfoxstudios.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}