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"
    }
}