LatTab - Learn Latin Proverbs
Learn Latin proverbs - each time you open up a new tab.
什么是LatTab - Learn Latin Proverbs?
LatTab - Learn Latin Proverbs是由JbenderCode开发的Chrome扩展程序,该扩展的主要功能是“Learn Latin proverbs - each time you open up a new tab.”。
扩展截图
下载LatTab - Learn Latin Proverbs扩展crx文件
下载LatTab - Learn Latin Proverbs扩展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.
Version 1.2.0
* Minor styling changes
* Added Roots as a secondary option 扩展基本信息
| 名称 | |
| ID | eiocjaocpmackhbaffoejkcmnfbdpgpj |
| 官方URL | https://chromewebstore.google.com/detail/lattab-learn-latin-prover/eiocjaocpmackhbaffoejkcmnfbdpgpj |
| 简介 | Learn Latin proverbs - each time you open up a new tab. |
| 文件大小 | 146 KB |
| 安装次数 | 232 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2018-01-31 |
| 上架时间 | 2018-01-31 |
| 评分 | 4.00/5 共10次评分 |
| 开发者 | JbenderCode |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LatTab - Learn Latin Proverbs",
"short_name": "LatTab",
"version": "1.2.0",
"description": "Learn Latin proverbs - each time you open up a new tab.",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"lib\/jquery-2.0.3.min.js"
]
},
"icons": {
"128": "logo.png"
},
"permissions": [
"storage"
],
"author": "Josh Bender - [email protected], Skylar Bolton - [email protected]"
} | |