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
官方URL 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"
    ]
}