Quick Dictionary

Quick Dictionary

search your dictionary cambridge on the go

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Quick Dictionary",
  "description": "search your dictionary cambridge on the go",
  "version": "1.0.1",
  "icons": {
    "16": "/img/icon16.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "background": {
    "scripts": [
      "eventPage.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "contextMenus",
    "tts"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "commands": {
    "loopup_selected_text": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "MacCtrl+Shift+L"
      },
      "description": "Hotkey lookup the selected text Quick Dictionary"
    }
  }
}