Selected Word's Etymology

選択したテキストで英語の語源検索:http://hidic.u-aizu.ac.jp/

What is Selected Word's Etymology?

Selected Word's Etymology is a Chrome extension developed by ompugao, and its main feature is "選択したテキストで英語の語源検索:http://hidic.u-aizu.ac.jp/".

Extension Screenshots

screenshot
screenshot

Download Selected Word's Etymology Extension CRX File

Download Selected Word's Etymology extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        選択した英単語の語源検索をハイパー英語語源辞書 http://hidic.u-aizu.ac.jp/ で行うためのchrome extensionです

ソースコードはこちらにあります: 
https://github.com/ompugao/selected_text_etymology/                    

Extension Basic Information

Name Selected Word's Etymology Selected Word's Etymology
ID baoffpnjlppefjbkhooagfjkcfcnlofc
Official URL https://chromewebstore.google.com/detail/selected-words-etymology/baoffpnjlppefjbkhooagfjkcfcnlofc
Description 選択したテキストで英語の語源検索:http://hidic.u-aizu.ac.jp/
File Size 18.68 KB
Installation Count 44
Current Version 0.0.1
Last Updated 2020-03-13
Publish Date 2020-03-13
Developer ompugao
Payment Type free
Help Page URL https://github.com/ompugao/selected_text_etymology/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selected Word's Etymology",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u3067\u82f1\u8a9e\u306e\u8a9e\u6e90\u691c\u7d22\uff1ahttp:\/\/hidic.u-aizu.ac.jp\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "filter.js"
            ],
            "matches": [
                "http:\/\/hidic.u-aizu.ac.jp\/result.php*"
            ]
        }
    ]
}