Synapse

Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.

Cos'è Synapse?

Synapse è un'estensione di Chrome sviluppata da http://www.prettyrobots.com, e la sua funzione principale è "Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.".

Scarica il file CRX dell'estensione Synapse

Scarica i file di estensione Synapse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Synapse is a peer-to-peer micro-sharing network.                    

Informazioni di Base sull'Estensione

Nome Synapse Synapse
ID ngpcfcnncfhibhhpjpjjnlglkjclijip
URL Ufficiale https://chrome.google.com/webstore/detail/synapse/ngpcfcnncfhibhhpjpjjnlglkjclijip
Descrizione Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.
Dimensione del File 4.36 KB
Conteggio Installazioni 75
Versione Corrente 0.0.3
Ultimo Aggiornamento 2012-08-05
Data di Pubblicazione 2012-08-05
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore http://www.prettyrobots.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}