Oxford Advanced Learner's Dictionary

Looks up online Oxford Advanced Learner's Dictionary for the selected text

Oxford Advanced Learner's Dictionary là gì?

Oxford Advanced Learner's Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Quy Nguyen, và tính năng chính của nó là "Looks up online Oxford Advanced Learner's Dictionary for the selected text".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Oxford Advanced Learner's Dictionary

Tải xuống các tệp mở rộng Oxford Advanced Learner's Dictionary 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

                        Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu                    

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

Tên Oxford Advanced Learner's Dictionary Oxford Advanced Learner's Dictionary
ID jbfnadandganeodogcmcigfmmpkamhif
URL Chính Thức https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif
Mô tả Looks up online Oxford Advanced Learner's Dictionary for the selected text
Kích Thước Tệp 99.81 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-01-01
Ngày Phát Hành 2017-12-31
Đánh Giá 4.58/5 Tổng số 59 Đánh Giá
Nhà Phát Triển Quy Nguyen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Advanced Learner's Dictionary",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Looks up online Oxford Advanced Learner's Dictionary for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "oxford.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}