Taobao Helper

An extension to convert mobile Taobao links to desktop
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 Helper",
  "version": "1.0",
  "description": "An extension to convert mobile Taobao links to desktop",
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "index.html"
  }
}