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
官方網址 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
電子郵箱 [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"
    ]
}