Examine source code of 有道网页翻译

Inspect and view changes in 有道网页翻译 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
{
  "manifest_version": 2,
  "name": "有道网页翻译",
  "version": "3.1",
  "author": "Sirius_Sang",
  "description": "使用有道翻译正在浏览的网页",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Translator",
    "default_icon": {
      "32": "icons/32.png",
      "48": "icons/48.png"
    }
  }
}