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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Legalang Cards Legalang Cards
ID jbngcalhkpfcdbnpgjckegmnfhhaeedo
官方網址 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"
    }
}