Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

Oxford Dictionary Search là gì?

Oxford Dictionary Search là một tiện ích mở rộng Chrome được phát triển bởi progmonster, và tính năng chính của nó là "Searches selected words in the Online Oxford Dictionary".

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

screenshot

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

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

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

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

Tên Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
URL Chính Thức https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
Mô tả Searches selected words in the Online Oxford Dictionary
Kích Thước Tệp 19.39 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-11-02
Ngày Phát Hành 2016-11-02
Đánh Giá 2.91/5 Tổng số 86 Đánh Giá
Nhà Phát Triển progmonster
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}