Dictionary - Oxford, Webster and Wikipedia

Dictionary for multiple languages.

Dictionary - Oxford, Webster and Wikipedia là gì?

Dictionary - Oxford, Webster and Wikipedia là một tiện ích mở rộng Chrome được phát triển bởi https://imagetext.xyz, và tính năng chính của nó là "Dictionary for multiple languages.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dictionary - Oxford, Webster and Wikipedia

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

                        This Extension have offline support for Webster's Unabridged English Dictionary  + Oxford UK Dictionary (from the Gutenberg Project, compiled August 22, 2009).

For other languages it fallbacks to wikipedia definitions.

You can support this project by becoming my Patreon member here: https://www.patreon.com/fxnoob


Supports more than 100 languages. 

This is an Open Source Product. Hosted on github here: https://github.com/fxnoob/dictionary                    

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

Tên Dictionary - Oxford, Webster and Wikipedia Dictionary - Oxford, Webster and Wikipedia
ID pbknajakomimhnnaiddkbddboifjolbf
URL Chính Thức https://chromewebstore.google.com/detail/dictionary-oxford-webster/pbknajakomimhnnaiddkbddboifjolbf
Mô tả Dictionary for multiple languages.
Kích Thước Tệp 463 KB
Số Lần Cài Đặt 366
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2022-08-16
Ngày Phát Hành 2021-06-05
Đánh Giá 2.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://imagetext.xyz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://imagetext.xyz/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "3.0.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "tts",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Dictionary - Oxford, Webster and Wikipedia",
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/imagetext.xyz\/*",
            "*:\/\/*.imagetext.xyz\/*"
        ]
    },
    "icons": {
        "128": "images\/icon-128.png"
    }
}