OmniDictionary

ChromeのOmnibox(アドレスバー)に'dic [検索したい単語]'と入力するとその下にその単語の英訳/日本語訳を表示する拡張機能です。

What is OmniDictionary?

OmniDictionary is a Chrome extension developed by gutty_is_here, and its main feature is "ChromeのOmnibox(アドレスバー)に'dic [検索したい単語]'と入力するとその下にその単語の英訳/日本語訳を表示する拡張機能です。".

Extension Screenshots

screenshot
screenshot

Download OmniDictionary Extension CRX File

Download OmniDictionary 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

                        Omnibox(アドレスバー)に適切にtextを入力するだけで英単語の和訳もしくは日本語の単語の英訳を非常に簡単に調べることができます。(熟語非対応)

Omnibox(アドレスバー)に
"dic [和訳を知りたい英単語]"
と入力してEnterを押すとその下に和訳と発音記号が表示されます。
また、URLバーの下に表示された行のうち、2行目以降でエンターを押すとその単語を説明するweblioのページに飛びます。

また、過去に調べた英単語の確認も可能です(500単語の上限あり)。確認が必要な場合にはOmnibox右側のアイコンリストの中からこのChrome拡張のアイコンをクリックしてください。
過去に調べた英単語一覧をファイルとして保存したい場合には右下のCSVファイル出力ボタンをクリックしてください。

このChrome拡張はEJDictのデータを利用しています: https://github.com/kujirahand/EJDict                    

Extension Basic Information

Name OmniDictionary OmniDictionary
ID bbhfodahcggeifeffeljhemciafaknjn
Official URL https://chromewebstore.google.com/detail/omnidictionary/bbhfodahcggeifeffeljhemciafaknjn
Description ChromeのOmnibox(アドレスバー)に'dic [検索したい単語]'と入力するとその下にその単語の英訳/日本語訳を表示する拡張機能です。
File Size 2.24 MB
Installation Count 40
Current Version 1.8
Last Updated 2024-03-02
Publish Date 2016-07-07
Developer gutty_is_here
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OmniDictionary",
    "short_name": "OmniDictionary",
    "manifest_version": 3,
    "version": "1.8",
    "description": "Chrome\u306eOmnibox\uff08\u30a2\u30c9\u30ec\u30b9\u30d0\u30fc\uff09\u306b'dic [\u691c\u7d22\u3057\u305f\u3044\u5358\u8a9e]'\u3068\u5165\u529b\u3059\u308b\u3068\u305d\u306e\u4e0b\u306b\u305d\u306e\u5358\u8a9e\u306e\u82f1\u8a33\/\u65e5\u672c\u8a9e\u8a33\u3092\u8868\u793a\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "omnibox": {
        "keyword": "dic"
    },
    "icons": {
        "128": "dic.png"
    },
    "action": {
        "default_icon": "dic.png",
        "default_title": "Open dictionary history"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/public.dejizo.jp\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/a.txt",
                "data\/b.txt",
                "data\/c.txt",
                "data\/d.txt",
                "data\/e.txt",
                "data\/f.txt",
                "data\/g.txt",
                "data\/h.txt",
                "data\/i.txt",
                "data\/j.txt",
                "data\/k.txt",
                "data\/l.txt",
                "data\/m.txt",
                "data\/n.txt",
                "data\/o.txt",
                "data\/p.txt",
                "data\/q.txt",
                "data\/r.txt",
                "data\/s.txt",
                "data\/t.txt",
                "data\/u.txt",
                "data\/v.txt",
                "data\/w.txt",
                "data\/x.txt",
                "data\/y.txt",
                "data\/z.txt"
            ],
            "matches": [
                ""
            ]
        }
    ]
}