Oxford Dictionary Lookup

Looks up the selected text on Oxford Learner's Dictionaries

Apa itu Oxford Dictionary Lookup?

Oxford Dictionary Lookup adalah ekstensi Chrome yang dikembangkan oleh namnguyenhoai.info, dan fitur utamanya adalah "Looks up the selected text on Oxford Learner's Dictionaries".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Oxford Dictionary Lookup

Unduh file ekstensi Oxford 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://www.oxfordlearnersdictionaries.com.
- Just right-click on the selected text and choose "Oxford Lookup ..."
- Auto close old popup.
- Store a history of 15 words you've looked up .                    

Informasi Dasar Ekstensi

Nama Oxford Dictionary Lookup Oxford Dictionary Lookup
ID llcdhkifjccomnbldmapjdeoaopnalfh
URL Resmi https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh
Deskripsi Looks up the selected text on Oxford Learner's Dictionaries
Ukuran File 141 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-02-26
Tanggal Publikasi 2019-02-26
Penilaian 4.92/5 Total 24 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": "Oxford Dictionary Lookup",
    "version": "1.1",
    "description": "Looks up the selected text on Oxford Learner's Dictionaries",
    "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"
    ]
}