Smart Dictionary (by ketnoitienganh.com)

This extension allows users to lookup and save new words definitions on ketnoitienganh.com

Smart Dictionary (by ketnoitienganh.com)란 무엇입니까?

Smart Dictionary (by ketnoitienganh.com)은(는) https://ketnoitienganh.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows users to lookup and save new words definitions on ketnoitienganh.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Smart Dictionary (by ketnoitienganh.com) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With this extension you can:
- lookup word definitions in any web site you visit
- select word to lookup definitions conveniently by double click on the word
- login to ketnoitienganh.com then any word you looked up is saved to your account. You can create group of looked up word and exercise with it.
- many exercise tool on ketnoitienganh.com help you exercise and remember words very fast.                    

확장 프로그램 기본 정보

이름 Smart Dictionary (by ketnoitienganh.com) Smart Dictionary (by ketnoitienganh.com)
ID pdfpdhmpcmbfeeapbjcdokgloakkkemj
공식 URL https://chromewebstore.google.com/detail/smart-dictionary-by-ketno/pdfpdhmpcmbfeeapbjcdokgloakkkemj
설명 This extension allows users to lookup and save new words definitions on ketnoitienganh.com
파일 크기 232 KB
설치 횟수 16
현재 버전 1.0
최근 업데이트 2016-11-08
출시 날짜 2016-11-08
평점 5.00/5 총 7 개의 평점
개발자 https://ketnoitienganh.com
결제 유형 free
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Dictionary (by ketnoitienganh.com)",
    "description": "This extension allows users to lookup and save new words definitions on ketnoitienganh.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup1.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.ketnoitienganh.com\/*",
                "*:\/\/*.anhngutienganhthongminh.com\/*",
                "*:\/\/*.localhost\/*"
            ],
            "js": [
                "jquery-1.11.2.js",
                "jquery-ui.js",
                "animation\/jquery_easing_1_3.js",
                "animation\/jquery_easing_compatibility.js",
                "page_dictionary.js",
                "iframeResizer.min.js",
                "my_iframe_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "public_dictionary.html"
    ]
}