Từ điển Nhật Việt

Bookmark từ vựng, lưu từ vựng theo dạng bài học, dễ ôn tập

Từ điển Nhật Việt란 무엇입니까?

Từ điển Nhật Việt은(는) http://javoca.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark từ vựng, lưu từ vựng theo dạng bài học, dễ ôn tập"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Từ điển Nhật Việt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        JaVoca Extension cung cấp các chức năng:
・Tra từ điển Việt Nhật, Nhật Việt trên tất cả các website chỉ bằng 1 thao tác double click chuột.
・ Lưu trữ từ vựng một cách hệ thống theo các bài học.
・ Tra từ trong bài học của người dùng khác                    

확장 프로그램 기본 정보

이름 Từ điển Nhật Việt Từ điển Nhật Việt
ID fgedlpaocbolijemmpaaliclicnjdknk
공식 URL https://chrome.google.com/webstore/detail/fgedlpaocbolijemmpaaliclicnjdknk
설명 Bookmark từ vựng, lưu từ vựng theo dạng bài học, dễ ôn tập
파일 크기 1.7 MB
설치 횟수 20
현재 버전 1.8
최근 업데이트 2020-08-21
출시 날짜 2015-12-25
평점 5.00/5 총 1 개의 평점
개발자 http://javoca.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://javoca.com
개인정보 보호 정책 페이지 URL http://javoca.com/about/privacy
지원되는 언어 vi
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/node_modules\/jquery\/dist\/jquery.min.js",
            "js\/background\/check_login.js",
            "js\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/node_modules\/vue\/dist\/vue.js",
                "js\/node_modules\/jquery\/dist\/jquery.min.js",
                "js\/content\/fontawesome-all.js",
                "js\/content\/util.js",
                "js\/content\/search_dictionary.js",
                "js\/content\/DictPopupEx.js",
                "js\/content\/LogoPopupEx.js",
                "js\/content\/content.js",
                "js\/content\/LessonPopupEx.js"
            ],
            "css": [
                "css\/fa-svg-with-js.css",
                "css\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Bookmark t\u1eeb v\u1ef1ng, l\u01b0u t\u1eeb v\u1ef1ng theo d\u1ea1ng b\u00e0i h\u1ecdc, d\u1ec5 \u00f4n t\u1eadp",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkWt9hDDTEUtclBew7Ik49MzBe5wxOEcqiNLvWRh5\/vNV+KflkXOu3ZpzMgMoge4ph8Jrwrl76UicyH6rrkAlgpZk+MPw8baLMwwZxT7rOEsCSxkEYdmoU65c6Zml62BZ7p9kbl0dsXTF+YvkyHFlJK93FjjaqH3l8kKDmh+04oYhdOA+sAuJiNaUlD\/km85wn59HuwBTJDB4RsmeiBi9FyJSNwJIFdGCTw1GZW4RRHCLiBCj4M4\/e2IdDOJ\/0ASae2Ze0ZuLUSgh5H3eE4tvXqWrxG12CzVT0DHMil5ZGf0rcrAMJwXMZPTPgBIh6IKUBlqK96Rq0enNzAFJxSa6UQIDAQAB",
    "manifest_version": 2,
    "name": "T\u1eeb \u0111i\u1ec3n Nh\u1eadt Vi\u1ec7t",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8",
    "web_accessible_resources": [
        "loading.gif",
        "icon.png",
        "img\/language.png",
        "img\/bookmark.png",
        "img\/chec.png"
    ]
}