辞書クイックアクセス

英単語を選択した状態で右クリックし、コンテキストメニューから指定した辞書サイトにさっと移動できます。

What is 辞書クイックアクセス?

辞書クイックアクセス is a Chrome extension developed by choco_zukushi, and its main feature is "英単語を選択した状態で右クリックし、コンテキストメニューから指定した辞書サイトにさっと移動できます。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 辞書クイックアクセス Extension CRX File

Download 辞書クイックアクセス 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

                        ・使い方
1.英単語を選択した状態で右クリックします。
2.コンテキストメニューの「辞書クイックアクセス」を選択します。
3.展開される辞書サイトをクリックします。
4.クリックした辞書サイトで英単語の意味が表示されます。

・設定ページ
1.使用する辞書サイトの設定
2.コンテキストメニューに表示する辞書サイトの順序を変更
3.辞書サイトの開き方等のオプション設定                    

Extension Basic Information

Name 辞書クイックアクセス 辞書クイックアクセス
ID ndppbaohnkpckbmhdbicocdopiflhoal
Official URL https://chromewebstore.google.com/detail/%E8%BE%9E%E6%9B%B8%E3%82%AF%E3%82%A4%E3%83%83%E3%82%AF%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9/ndppbaohnkpckbmhdbicocdopiflhoal
Description 英単語を選択した状態で右クリックし、コンテキストメニューから指定した辞書サイトにさっと移動できます。
File Size 129 KB
Installation Count 65
Current Version 1.1.1.0
Last Updated 2022-01-03
Publish Date 2020-09-30
Developer choco_zukushi
Email [email protected]
Payment Type free
Extension Website https://czmemo.com/dicqa/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8f9e\u66f8\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9",
    "version": "1.1.1.0",
    "manifest_version": 3,
    "description": "\u82f1\u5358\u8a9e\u3092\u9078\u629e\u3057\u305f\u72b6\u614b\u3067\u53f3\u30af\u30ea\u30c3\u30af\u3057\u3001\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30e1\u30cb\u30e5\u30fc\u304b\u3089\u6307\u5b9a\u3057\u305f\u8f9e\u66f8\u30b5\u30a4\u30c8\u306b\u3055\u3063\u3068\u79fb\u52d5\u3067\u304d\u307e\u3059\u3002",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "options_page": "opt\/options.html",
    "action": {
        "default_icon": {
            "16": "icon\/16.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        },
        "default_title": "\u8f9e\u66f8\u30af\u30a4\u30c3\u30af\u30a2\u30af\u30bb\u30b9"
    }
}