Buzzdub

We scour the web so you don't have to.

什么是Buzzdub?

Buzzdub是由https://www.buzzdub.com开发的Chrome扩展程序,该扩展的主要功能是“We scour the web so you don't have to.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Buzzdub扩展crx文件

下载Buzzdub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The official BuzzDub extension.

Adds a button to the toolbar which allows you to grab articles, video and RSS feeds from web sites and add them to BuzzDub.

Makes it easy for to gather content for curation and add to your blog, Facebook, Twitter.                    

扩展基本信息

名称 Buzzdub Buzzdub
ID bdaamblmkhbpjhnhbgkmnoigldjgaegn
官方URL https://chromewebstore.google.com/detail/buzzdub/bdaamblmkhbpjhnhbgkmnoigldjgaegn
简介 We scour the web so you don't have to.
文件大小 22.6 KB
安装次数 56
当前版本 1.0.14
更新时间 2017-03-21
上架时间 2017-03-21
评分 3.83/5 共6次评分
开发者 https://www.buzzdub.com
付费类型 free
扩展官网 https://www.buzzdub.com
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buzzdub",
    "version": "1.0.14",
    "description": "We scour the web so you don't have to.",
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "tabs.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        ""
    ],
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    }
}