SubWeave

SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!

什麼是SubWeave?

SubWeave是由https://subweave.com開發的Chrome擴展程式,該擴展的主要功能是“SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載SubWeave擴展crx文件

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

擴展使用說明

                        This extension allows you to have alternative casual discussions with your own community by adding a live chat room to each sub.

It also combines similar social media sites into a single experience in a tasteful, minimalist, and unobtrusive manner, so no matter which site you are currently browsing, you will still see content from other similar sites which you are sure to find relevant.                    

擴展基本資訊

名稱 SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
官方網址 https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
簡介 SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
檔案大小 97.04 KB
安裝次數 43
目前版本 1.1.3
更新時間 2015-07-21
上架時間 2015-07-21
評分 5.00/5 共 14 次評分
開發者 https://subweave.com
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SubWeave",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "subweave.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking"
    ]
}