Greek/Latin Word Lookup

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

什麼是Greek/Latin Word Lookup?

Greek/Latin Word Lookup是由Greek Latin Word Lookup開發的Chrome擴展程式,該擴展的主要功能是“Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.”。

擴展截圖

screenshot
screenshot
screenshot

下載Greek/Latin Word Lookup擴展crx文件

下載Greek/Latin Word Lookup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
官方網址 https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
簡介 Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
檔案大小 49.58 KB
安裝次數 66
目前版本 0.0.0.7
更新時間 2021-10-09
上架時間 2021-04-13
評分 5.00/5 共 1 次評分
開發者 Greek Latin Word Lookup
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/kailee-p/greek-latin-word-lookup
說明頁面URL https://github.com/kailee-p/greek-latin-word-lookup
支援的語言 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"
    }
}