Examine source code of CS-Tool Extension

Inspect and view changes in CS-Tool Extension 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
{
  "name": "CS-Tool Extension",
  "version": "1.0.7resigned1",
  "description": "Select your text and right click to go to the page",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_title": "Tracer"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*"
  ],
  "background": {
    "scripts": [
      "jqeury.js",
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3a2b01a1-0999-494c-8b42-b18463a424b5}"
    }
  }
}