Legalang Cards
Create a new tab and learn legal English with Legalang
What is Legalang Cards?
Legalang Cards is a Chrome extension developed by http://legalang.com, and its main feature is "Create a new tab and learn legal English with Legalang".
Extension Screenshots
Download Legalang Cards Extension CRX File
Download Legalang Cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jbngcalhkpfcdbnpgjckegmnfhhaeedo |
Official URL | https://chrome.google.com/webstore/detail/jbngcalhkpfcdbnpgjckegmnfhhaeedo |
Description | Create a new tab and learn legal English with Legalang |
File Size | 127 KB |
Installation Count | 34 |
Current Version | 0.0.3 |
Last Updated | 2018-08-29 |
Publish Date | 2018-08-29 |
Developer | http://legalang.com |
Payment Type | free |
Extension Website | https://legalang.com |
Supported Languages | 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" } } |