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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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