Lexico: Dictionary & Thesaurus by Oxford

Write 'lexico' followed by the word to search, then press enter.

Lexico: Dictionary & Thesaurus by Oxford là gì?

Lexico: Dictionary & Thesaurus by Oxford là một tiện ích mở rộng Chrome được phát triển bởi Claudia Valdivieso, và tính năng chính của nó là "Write 'lexico' followed by the word to search, then press enter.".

Ả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 Lexico: Dictionary & Thesaurus by Oxford

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

                        Lexico is a Dictionary & Thesaurus offers trusted English definitions, synonyms, & grammar guides for native speakers & language learners.

This Chrome extension is for search any word in the Lexico Dictionary Powered by Oxford from the onmibox.                    

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

Tên Lexico: Dictionary & Thesaurus by Oxford Lexico: Dictionary & Thesaurus by Oxford
ID cmgaipmnoaopgkpbdadlfnjgilcapgob
URL Chính Thức https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob
Mô tả Write 'lexico' followed by the word to search, then press enter.
Kích Thước Tệp 7.38 KB
Số Lần Cài Đặt 1,671
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-12-03
Ngày Phát Hành 2019-10-18
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Claudia Valdivieso
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/lavaldi/lexico-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lexico: Dictionary & Thesaurus by Oxford",
    "short_name": "Lexico",
    "author": "Claudia Valdivieso",
    "description": "Write 'lexico' followed by the word to search, then press enter.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "lexico"
    },
    "action": {
        "default_icon": {
            "16": "lexico16.png",
            "32": "lexico32.png"
        }
    },
    "icons": {
        "16": "lexico16.png",
        "32": "lexico32.png",
        "48": "lexico48.png",
        "128": "lexico128.png"
    }
}