Examine source code of Link Extractor

Inspect and view changes in Link Extractor 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": "Link Extractor",
  "version": "1.1resigned1",
  "description": "Extracts all links from web page, sorts them, removes duplicates, and displays them at the bottom of the page for inspection or copy and paste into other applications.",
  "icons": {
    "24": "icons/link-extractor24.png",
    "48": "icons/link-extractor48.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/link-extractor48.png",
    "default_title": "Link Extractor",
    "default_popup": "popup/extract-menu.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{32234610-80fa-4bc1-9cef-183abea3f3b2}"
    }
  }
}