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
Eメール [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"
    }
}