Examine source code of DynamicDictionary

Inspect and view changes in DynamicDictionary source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "DynamicDictionary",
  "description": " get meaning by selecting a word on any webpage",
  "version": "0.1.1",
  "manifest_version": 2,
  "icons": {
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_popup": "popupfinal.html",
    "default_icon": "images/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}