Legalang Cards
Create a new tab and learn legal English with Legalang
Legalang Cardsคืออะไร?
Legalang Cards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://legalang.com และคุณลักษณะหลักของมันคือ "Create a new tab and learn legal English with Legalang"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Legalang Cards
ดาวน์โหลดไฟล์ส่วนขยาย Legalang Cards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Legalang Cards is a tiny, smart extension that serves you fresh legal term with explanation every time you open a new tab of your browser. Highly recommended for law students and legal practitioners who wants to practice legal English on a daily basis.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jbngcalhkpfcdbnpgjckegmnfhhaeedo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/jbngcalhkpfcdbnpgjckegmnfhhaeedo |
คำอธิบาย | Create a new tab and learn legal English with Legalang |
ขนาดไฟล์ | 127 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2018-08-29 |
วันที่เผยแพร่ | 2018-08-29 |
ผู้พัฒนา | http://legalang.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://legalang.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Legalang Cards", "version": "0.0.3", "manifest_version": 2, "description": "Create a new tab and learn legal English with Legalang", "homepage_url": "https:\/\/legalang.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ], "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Get me a new legal term!" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" } } |