MediaTek Toolkit

MediaTek Toolkit

For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "version": "1.1",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "author": "Rey Su",
  "icons": {
    "16": "Icon.png",
    "48": "Icon.png",
    "128": "Icon.png"
  },
  "options_page": "options.html",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "https://ajax.googleapis.com/",
    "storage"
  ]
}