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是由Shadoath開發的Chrome擴展程式,該擴展的主要功能是“Learn Latin - each time you open up a new tab”。
擴展截圖
下載LatTab 2.0 - Latin proverbs and root words擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | lnbjfdfjlppgedgfbplminickpldmcin |
| 官方網址 | 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"
} | |