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 |
| 官方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"
} | |