Synapse

Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.
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": "http://clients2.google.com/service/update2/crx",
  "name": "Synapse",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.",
  "permissions": [
    "https://www.prettyrobots.com/synapse"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://synapse:8083/synapse",
        "https://www.prettyrobots.com/synapse"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": [
    "page",
    "background.html"
  ]
}