Magoosh GRE Vocab Highlighter

Easily view GRE words as you browse the web! Build your vocabulary as you choose to see where GRE words are located in your online…

什麼是Magoosh GRE Vocab Highlighter?

Magoosh GRE Vocab Highlighter是由Magoosh開發的Chrome擴展程式,該擴展的主要功能是“Easily view GRE words as you browse the web! Build your vocabulary as you choose to see where GRE words are located in your online…”。

擴展截圖

screenshot
screenshot

下載Magoosh GRE Vocab Highlighter擴展crx文件

下載Magoosh GRE Vocab Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easily view GRE words as you browse the web! Build your vocabulary as you choose to see where GRE words are located in your online reading. 

Use this bookmarklet to as a GRE study aid or just to learn new words!

Words come from Magoosh's list of the 1000 most important GRE words.

Magoosh helps students study with effective, affordable, and enjoyable prep for the GRE, GMAT, SAT, ACT, and TOEFL. Check us out at www.magoosh.com.                    

擴展基本資訊

名稱 Magoosh GRE Vocab Highlighter Magoosh GRE Vocab Highlighter
ID hlkndiknofmlmajfocifccmplknafjeo
官方網址 https://chromewebstore.google.com/detail/magoosh-gre-vocab-highlig/hlkndiknofmlmajfocifccmplknafjeo
簡介 Easily view GRE words as you browse the web! Build your vocabulary as you choose to see where GRE words are located in your online…
檔案大小 104 KB
安裝次數 4,029
目前版本 1.1
更新時間 2017-03-23
上架時間 2017-03-23
評分 3.15/5 共 33 次評分
開發者 Magoosh
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magoosh GRE Vocab Highlighter",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}