Dictionary Search (Dictionary.com/Youglish)

Provides floating buttons for a quick search on word pronunciation on multiple websites.

Dictionary Search (Dictionary.com/Youglish) là gì?

Dictionary Search (Dictionary.com/Youglish) là một tiện ích mở rộng Chrome được phát triển bởi Leon, và tính năng chính của nó là "Provides floating buttons for a quick search on word pronunciation on multiple websites.".

Ả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 Dictionary Search (Dictionary.com/Youglish)

Tải xuống các tệp mở rộng Dictionary Search (Dictionary.com/Youglish) 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

                        Currently supporting:
1. Dictionary.com
2. Cambridge Dictionary
3. Youglish
4. Howjsay

Open sourced on Github: https://github.com/leonwongdev/pronunciation-ext

Change log:
v1.0.4:
- Used website icons as buttons to reduce the menu size.                    

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

Tên Dictionary Search (Dictionary.com/Youglish) Dictionary Search (Dictionary.com/Youglish)
ID clhkbghopdclagfplhknlhcpnjefpacd
URL Chính Thức https://chromewebstore.google.com/detail/dictionary-search-diction/clhkbghopdclagfplhknlhcpnjefpacd
Mô tả Provides floating buttons for a quick search on word pronunciation on multiple websites.
Kích Thước Tệp 18.62 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2023-09-04
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Leon
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/leonwongprsn/pronunciation-ext
URL Trang Trợ Giúp https://github.com/leonwongdev/pronunciation-ext/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dictionary Search (Dictionary.com\/Youglish)",
    "version": "1.0.4",
    "description": "Provides floating buttons for a quick search on word pronunciation on multiple websites.",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "author": "Leon",
    "icons": {
        "16": "research-16.png",
        "48": "research-48.png",
        "128": "research-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Dictionary Search (Dictionary.com\/Youglish)"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/brandyg.png",
                "images\/cam-dict.jpeg",
                "images\/dict-com.png",
                "images\/howjsay.png"
            ]
        }
    ]
}