Synapse

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

什麼是Synapse?

Synapse是由http://www.prettyrobots.com開發的Chrome擴展程式,該擴展的主要功能是“Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.”。

下載Synapse擴展crx文件

下載Synapse擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Synapse Synapse
ID ngpcfcnncfhibhhpjpjjnlglkjclijip
官方網址 https://chrome.google.com/webstore/detail/synapse/ngpcfcnncfhibhhpjpjjnlglkjclijip
簡介 Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.
檔案大小 4.36 KB
安裝次數 75
目前版本 0.0.3
更新時間 2012-08-05
上架時間 2012-08-05
評分 3.00/5 共 3 次評分
開發者 http://www.prettyrobots.com
付費類型 free
支援的語言 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"
    ]
}