Legalang Cards
Create a new tab and learn legal English with Legalang
什么是Legalang Cards?
Legalang Cards是由http://legalang.com开发的Chrome扩展程序,该扩展的主要功能是“Create a new tab and learn legal English with Legalang”。
扩展截图
下载Legalang Cards扩展crx文件
下载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" } } |