Vocabulary Flash Card

Vocabulary Flash Card

This extention will create your vocabulary flash card automatically based on your accessing URLs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vocabulary Flash Card",
  "version": "0.2.1",
  "description": "This extention will create your vocabulary flash card automatically based on your accessing URLs.",
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "tabs"
  ],
  "options_page": "options.html"
}