Goldtect Dictionary

A bilingual English-Chinese dictionary extension to easily look-up words.

Apa itu Goldtect Dictionary?

Goldtect Dictionary adalah ekstensi Chrome yang dikembangkan oleh http://www.jinweijie.com, dan fitur utamanya adalah "A bilingual English-Chinese dictionary extension to easily look-up words.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Goldtect Dictionary

Unduh file ekstensi Goldtect Dictionary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A bilingual English-Chinese dictionary extension to easily look-up words.

Support text selection and search.

Shortcut is Ctrl + Q.                    

Informasi Dasar Ekstensi

Nama Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
URL Resmi https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Deskripsi A bilingual English-Chinese dictionary extension to easily look-up words.
Ukuran File 78.04 KB
Jumlah Instalasi 44
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-01-18
Tanggal Publikasi 2014-04-23
Penilaian 5.00/5 Total 3 Penilaian
Pengembang http://www.jinweijie.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goldtect Dictionary",
    "description": "A bilingual English-Chinese dictionary extension to easily look-up words.",
    "version": "1.3",
    "permissions": [
        "",
        "http:\/\/dict.youdao.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    }
}