Offline Japanese Dictionary Okavy

Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun

Offline Japanese Dictionary Okavyとは何ですか?

Offline Japanese Dictionary Okavyはhttp://okavy.topによって開発されたChromeの拡張機能で、その主な機能は「Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Offline Japanese Dictionary Okavy拡張機能のCRXファイルをダウンロード

Offline Japanese Dictionary Okavy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Offline Japanese - English dictionary. 

Activate the extension by clicking on the icon in the top right or right mouse click and select "On/Off Japanese dictionary Okavy".  When the introductory pop up appears, Okavy is ready for action.

When it's activated, when you hover over Japanese words they'll be translated in a pop up.  If you hit shift/enter, you'll see some information about the first Kanji.

You learn each Japanese word of Japanese Picture dictionary by open new tab of Chrome and fun.                    

拡張機能の基本情報

名前 Offline Japanese Dictionary Okavy Offline Japanese Dictionary Okavy
ID abemjelpebnkjkldlkeloohlalicbcmb
公式URL https://chrome.google.com/webstore/detail/offline-japanese-dictiona/abemjelpebnkjkldlkeloohlalicbcmb
説明 Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun
ファイルサイズ 53.05 MB
インストール数 41
現在のバージョン 2.2
最終更新日 2018-10-30
公開日 2018-10-30
評価 5.00/5 合計 1 レビュー
開発者 http://okavy.top
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://okavy.top
対応言語 ja
manifest.json
{
    "author": "okavy.top",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon\/kavy-icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "rikaicontent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "description": "Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun",
    "icons": {
        "128": "icon\/icon128.png",
        "48": "icon\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Offline Japanese Dictionary Okavy",
    "short_name": "okavy.top",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "clipboardWrite",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2",
    "web_accessible_resources": [
        "css\/popup-black.css",
        "css\/popup-blue.css",
        "css\/popup-lightblue.css",
        "css\/popup-yellow.css",
        "style.css"
    ]
}