GRE Practice

Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…

什麼是GRE Practice?

GRE Practice是由Vivek Nayak開發的Chrome擴展程式,該擴展的主要功能是“Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…”。

擴展截圖

screenshot
screenshot

下載GRE Practice擴展crx文件

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

擴展使用說明

                        Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when you open a new chrome tab. Switch to study mode and guess the meaning of the word to judge your understanding. Choose between 3 difficulty levels to suit your need.                    

擴展基本資訊

名稱 GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
官方網址 https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
簡介 Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…
檔案大小 1.86 MB
安裝次數 21
目前版本 0.1
更新時間 2021-07-18
上架時間 2021-07-17
評分 4.71/5 共 7 次評分
開發者 Vivek Nayak
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GRE Practice",
    "version": "0.1",
    "permissions": [],
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "gre_icon.png"
        }
    }
}