Synapse
Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.
What is Synapse?
Synapse is a Chrome extension developed by http://www.prettyrobots.com, and its main feature is "Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.".
Download Synapse Extension CRX File
Download Synapse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Synapse is a peer-to-peer micro-sharing network.
Extension Basic Information
Name | |
ID | ngpcfcnncfhibhhpjpjjnlglkjclijip |
Official URL | https://chrome.google.com/webstore/detail/synapse/ngpcfcnncfhibhhpjpjjnlglkjclijip |
Description | Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser. |
File Size | 4.36 KB |
Installation Count | 75 |
Current Version | 0.0.3 |
Last Updated | 2012-08-05 |
Publish Date | 2012-08-05 |
Rating | 3.00/5 Total 3 Ratings |
Developer | http://www.prettyrobots.com |
Payment Type | free |
Supported Languages | en-US |
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" ] } |