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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}