Tibetan Dictionary

Select a word on the webpage and open popup to look up in the dictionary

Tibetan Dictionary là gì?

Tibetan Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Kharag Edition, và tính năng chính của nó là "Select a word on the webpage and open popup to look up in the dictionary".

Ả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 Tibetan Dictionary

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

                        Simple Tibetan dictionary  plugin that let you look for word meaning by simply entering the word in textbox.                    

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

Tên Tibetan Dictionary Tibetan Dictionary
ID adfffbhmkignepdggmlpojjplehfcnma
URL Chính Thức https://chromewebstore.google.com/detail/tibetan-dictionary/adfffbhmkignepdggmlpojjplehfcnma
Mô tả Select a word on the webpage and open popup to look up in the dictionary
Kích Thước Tệp 2.43 MB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-08-07
Ngày Phát Hành 2022-08-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Kharag Edition
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension
URL Trang Trợ Giúp https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tibetan Dictionary",
    "description": "Select a word on the webpage and open popup to look up in the dictionary",
    "manifest_version": 3,
    "version": "1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "author": "KharagEdition",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}