MyVocab

MyVocab adds more features to vocabulary.com.

MyVocab란 무엇입니까?

MyVocab은(는) Yongzhi Pan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MyVocab adds more features to vocabulary.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MyVocab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MyVocab makes it just a click to look up your words in other dictionaries.

It adds more links to other dictionaries or references on word definition page of vocabulary.com. The following sites are supported:

* Dictionary.com
* Youdao.com
* Etymonline.com
* Google Images
* Merriam-Webster Dictionary
* The Free Dictionary
* Google Define

Usage: Click on any place in a word definition page to show the links.
 
Note: this extension is not affiliated with vocabulary.com.

ChangleLog:

0.1.8
- Fix styles for the new site.

0.1.7
- Fix a bug that prevents it from working for HTTPS protocol.

0.1.6
- Fix margin on dictionary tab.

0.1.5
- Fix package.

0.1.4
New feature:
 - Reduces extra vertical space on word page.

0.1.3
New feature:
  - Fix progress gauge display when the page is zoomed.

0.1.2
New feature:
  - Add a dropdown menu for more link buttons.

0.1.1
First Chrome store release.                    

확장 프로그램 기본 정보

이름 MyVocab MyVocab
ID npfplmfmbflbcffpkpgmhpinemlimnnc
공식 URL https://chrome.google.com/webstore/detail/myvocab/npfplmfmbflbcffpkpgmhpinemlimnnc
설명 MyVocab adds more features to vocabulary.com.
파일 크기 114 KB
설치 횟수 487
현재 버전 0.1.8
최근 업데이트 2016-07-25
출시 날짜 2016-07-25
평점 3.15/5 총 13 개의 평점
개발자 Yongzhi Pan
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/fossilet/myvocab
도움말 페이지 URL https://github.com/fossilet/myvocab/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyVocab",
    "short_name": "Powerful vocabulary.com",
    "description": "MyVocab adds more features to vocabulary.com.",
    "version": "0.1.8",
    "icons": {
        "16": "img\/vocabulary.png",
        "48": "img\/vocabulary48.png",
        "128": "img\/vocabulary128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.vocabulary.com\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "functions.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/www.vocabulary.com\/*",
        "activeTab"
    ],
    "web_accessible_resources": [
        "functions.coffee",
        "functions.js.map",
        "img\/*.png"
    ]
}