Greek/Latin Word Lookup

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

Co to jest Greek/Latin Word Lookup?

Greek/Latin Word Lookup to rozszerzenie Chrome opracowane przez Greek Latin Word Lookup, a jego główną funkcją jest „Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Greek/Latin Word Lookup

Pobierz pliki rozszerzeń Greek/Latin Word Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
Oficjalny URL https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Opis Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Rozmiar pliku 49.58 KB
Liczba instalacji 66
Aktualna Wersja 0.0.0.7
Ostatnia Aktualizacja 2021-10-09
Data Publikacji 2021-04-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Greek Latin Word Lookup
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/kailee-p/greek-latin-word-lookup
Adres URL Strony Pomocy https://github.com/kailee-p/greek-latin-word-lookup
Obsługiwane Języki 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"
    }
}