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
官方URL 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"
    }
}