LatTab - Learn Latin Proverbs
Learn Latin proverbs - each time you open up a new tab.
LatTab - Learn Latin Proverbsคืออะไร?
LatTab - Learn Latin Proverbs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JbenderCode และคุณลักษณะหลักของมันคือ "Learn Latin proverbs - each time you open up a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LatTab - Learn Latin Proverbs
ดาวน์โหลดไฟล์ส่วนขยาย 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]"
} | |