MyVocab

MyVocab adds more features to vocabulary.com.

MyVocabคืออะไร?

MyVocab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yongzhi Pan และคุณลักษณะหลักของมันคือ "MyVocab adds more features to vocabulary.com."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyVocab

ดาวน์โหลดไฟล์ส่วนขยาย MyVocab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}