Cambridge Dictionary Lookup

Looks up the selected text on Cambridge Dictionary

Apa itu Cambridge Dictionary Lookup?

Cambridge Dictionary Lookup adalah ekstensi Chrome yang dikembangkan oleh namnguyenhoai.info, dan fitur utamanya adalah "Looks up the selected text on Cambridge Dictionary".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cambridge Dictionary Lookup

Unduh file ekstensi Cambridge Dictionary Lookup 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

                        Looks up the selected text on https://dictionary.cambridge.org
- Just right-click on the selected text and choose "Cambridge Lookup ..."
- Auto close old popup.
- Store a history of 15 words you've looked up .                    

Informasi Dasar Ekstensi

Nama Cambridge Dictionary Lookup Cambridge Dictionary Lookup
ID hhddcfhbobkbccigannkfacjdoebinbm
URL Resmi https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm
Deskripsi Looks up the selected text on Cambridge Dictionary
Ukuran File 42.82 KB
Jumlah Instalasi 23,482
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-02-26
Tanggal Publikasi 2019-02-26
Penilaian 4.68/5 Total 50 Penilaian
Pengembang namnguyenhoai.info
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://namnguyenhoai.info/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cambridge Dictionary Lookup",
    "version": "1.1",
    "description": "Looks up the selected text on Cambridge Dictionary",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}