Oxford Dictionary Lookup

Looks up the selected text on Oxford Learner's Dictionaries

Oxford Dictionary Lookup là gì?

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

Ả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 Oxford Dictionary Lookup

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

                        Looks up the selected text on https://www.oxfordlearnersdictionaries.com.
- Just right-click on the selected text and choose "Oxford Lookup ..."
- Auto close old popup.
- Store a history of 15 words you've looked up .                    

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

Tên Oxford Dictionary Lookup Oxford Dictionary Lookup
ID llcdhkifjccomnbldmapjdeoaopnalfh
URL Chính Thức https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh
Mô tả Looks up the selected text on Oxford Learner's Dictionaries
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-02-26
Ngày Phát Hành 2019-02-26
Đánh Giá 4.92/5 Tổng số 24 Đánh Giá
Nhà Phát Triển namnguyenhoai.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://namnguyenhoai.info/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oxford Dictionary Lookup",
    "version": "1.1",
    "description": "Looks up the selected text on Oxford Learner's Dictionaries",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}