Wikitionary word definition lookup

Right Click to lookup definition of selected word in a new Tab using Wikitionary

Wikitionary word definition lookup là gì?

Wikitionary word definition lookup là một tiện ích mở rộng Chrome được phát triển bởi Ashok Koyi, và tính năng chính của nó là "Right Click to lookup definition of selected word in a new Tab using Wikitionary".

Ả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 Wikitionary word definition lookup

Tải xuống các tệp mở rộng Wikitionary word definition 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

                        Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary                    

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

Tên Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
URL Chính Thức https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
Mô tả Right Click to lookup definition of selected word in a new Tab using Wikitionary
Kích Thước Tệp 13.59 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-10-15
Ngày Phát Hành 2021-10-15
Nhà Phát Triển Ashok Koyi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/thekalinga/right-click-wiktionary
URL Trang Trợ Giúp https://github.com/thekalinga/right-click-wiktionary/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikitionary word definition lookup",
    "version": "0.1.0",
    "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}