Taobao Link Converter

Taobao Mobile to Web link converter
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Taobao Link Converter",
  "version": "1.1",
  "description": "Taobao Mobile to Web link converter",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "linkLogo16.png",
    "48": "linkLogo48.png",
    "128": "linkLogo128.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ]
}