GRE Inside Out

GRE Inside Out

Learn a random new GRE word whenever you open a new tab in chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GRE Inside Out ",
  "description": "Learn a random new GRE word whenever you open a new tab in chrome browser.",
  "version": "0.4.1",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "window.html"
  },
  "web_accessible_resources": [
    "css/style.css",
    "script/background.js",
    "script/functions.js",
    "script/wordlist.js"
  ],
  "icons": {
    "16": "greio_x16.png",
    "32": "greio_x32.png",
    "48": "greio_x48.png",
    "128": "greio_x128.png"
  }
}