Longman Dictionary Bubble

Search a definition from Longman Dictionary of Contemporary English (5th edition)

Longman Dictionary Bubble란 무엇입니까?

Longman Dictionary Bubble은(는) nator333에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search a definition from Longman Dictionary of Contemporary English (5th edition)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Longman Dictionary Bubble 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        English should be learned in English. This is the suitable app for those who believe that.
This extension shows bubble type popup for the selected word's definition in Longman Dictionary.

It can show a clickable icon for the popup, or clicking a word displays the bubble immediately. This always adopts American English pronunciation rather than British pronunciation.

If you would like to comment, please leave any here (or on this Github repository (https://github.com/nator333/longman-chrome-extention)).

For your information, this extension uses Pearson Dictionary API (http://developer.pearson.com/apis/dictionaries). It was supposed to become unavailable at the end of 2017 but still available up until today (May, 2019).                    

확장 프로그램 기본 정보

이름 Longman Dictionary Bubble Longman Dictionary Bubble
ID cajklhanpcgcpkikgpcnogpdndpjdjjn
공식 URL https://chrome.google.com/webstore/detail/longman-dictionary-bubble/cajklhanpcgcpkikgpcnogpdndpjdjjn
설명 Search a definition from Longman Dictionary of Contemporary English (5th edition)
파일 크기 788 KB
설치 횟수 5,974
현재 버전 1.1.1
최근 업데이트 2019-07-15
출시 날짜 2019-07-15
평점 3.88/5 총 24 개의 평점
개발자 nator333
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nakamata.tech
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Longman Dictionary Bubble",
    "short_name": "Lmd bubble",
    "description": "Search a definition from Longman Dictionary of Contemporary English (5th edition)",
    "author": "nator333",
    "version": "1.1.1",
    "icons": {
        "16": "icons\/Longman16.png",
        "48": "icons\/Longman48.png",
        "128": "icons\/Longman128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "title",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}