Greek/Latin Word Lookup

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

Vad är Greek/Latin Word Lookup?

Greek/Latin Word Lookup är en Chrome-tillägg utvecklad av Greek Latin Word Lookup, och dess huvudfunktion är "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Greek/Latin Word Lookup-förlängningens CRX-fil

Ladda ner Greek/Latin Word Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
Officiell webbadress https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Beskrivning Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Filstorlek 49.58 KB
Antal Installationer 66
Aktuell Version 0.0.0.7
Senast Uppdaterad 2021-10-09
Publiceringsdatum 2021-04-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Greek Latin Word Lookup
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/kailee-p/greek-latin-word-lookup
Hjälpsida URL https://github.com/kailee-p/greek-latin-word-lookup
Stödda Språk 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"
    }
}