GRE Practice

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…

Merlin
Additional files are visible only to premium users

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