ArvindLexiconBar

ArvindLexiconBar

Easily lookup a word in Arvind Lexicon, the most comprehesive online bilingual Hindi-English-Hindi Dictionary and Thesaurus

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "ArvindLexiconBar",
  "version": "1.0",
  "description": "Easily lookup a word in Arvind Lexicon, the most comprehesive online bilingual Hindi-English-Hindi Dictionary and Thesaurus",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "ArvindLexiconBar.js"
    ]
  },
  "manifest_version": 2,
  "icons": {
    "16": "favicon.ico"
  },
  "web_accessible_resources": [
    "favicon.ico"
  ]
}