Greek/Latin Word Lookup

Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.

Apa itu Greek/Latin Word Lookup?

Greek/Latin Word Lookup adalah ekstensi Chrome yang dikembangkan oleh Greek Latin Word Lookup, dan fitur utamanya adalah "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Greek/Latin Word Lookup

Unduh file ekstensi Greek/Latin Word 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

                        This lightweight extension allows you to quickly look up the definitions of Greek and Latin words directly in the browser using Perseus Digital Library.                    

Informasi Dasar Ekstensi

Nama Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
URL Resmi https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Deskripsi Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Ukuran File 49.58 KB
Jumlah Instalasi 66
Versi Saat Ini 0.0.0.7
Terakhir Diperbarui 2021-10-09
Tanggal Publikasi 2021-04-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Greek Latin Word Lookup
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/kailee-p/greek-latin-word-lookup
URL Halaman Bantuan https://github.com/kailee-p/greek-latin-word-lookup
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Greek\/Latin Word Lookup",
    "description": "Look up definitions of Greek\/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.",
    "version": "0.0.0.7",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Greek\/Latin Word Lookup"
    }
}