Longman Dictionary Bubble

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

Longman Dictionary Bubble là gì?

Longman Dictionary Bubble là một tiện ích mở rộng Chrome được phát triển bởi nator333, và tính năng chính của nó là "Search a definition from Longman Dictionary of Contemporary English (5th edition)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Longman Dictionary Bubble

Tải xuống các tệp mở rộng Longman Dictionary Bubble dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Longman Dictionary Bubble Longman Dictionary Bubble
ID cajklhanpcgcpkikgpcnogpdndpjdjjn
URL Chính Thức https://chrome.google.com/webstore/detail/longman-dictionary-bubble/cajklhanpcgcpkikgpcnogpdndpjdjjn
Mô tả Search a definition from Longman Dictionary of Contemporary English (5th edition)
Kích Thước Tệp 788 KB
Số Lần Cài Đặt 5,974
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2019-07-15
Ngày Phát Hành 2019-07-15
Đánh Giá 3.88/5 Tổng số 24 Đánh Giá
Nhà Phát Triển nator333
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nakamata.tech
Ngôn Ngữ Được Hỗ Trợ 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'"
}