Examine source code of HS Links

Inspect and view changes in HS Links 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HS Links",
  "description": "Select links on a page and download them easily.",
  "version": "1.2",
  "minimum_chrome_version": "16.0.884",
  "permissions": [
    "downloads",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}