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" } } |