Buzzdub

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

Buzzdub là gì?

Buzzdub là một tiện ích mở rộng Chrome được phát triển bởi https://www.buzzdub.com, và tính năng chính của nó là "We scour the web so you don't have to.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Buzzdub

Tải xuống các tệp mở rộng Buzzdub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Buzzdub Buzzdub
ID bdaamblmkhbpjhnhbgkmnoigldjgaegn
URL Chính Thức https://chromewebstore.google.com/detail/buzzdub/bdaamblmkhbpjhnhbgkmnoigldjgaegn
Mô tả We scour the web so you don't have to.
Kích Thước Tệp 22.6 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0.14
Cập Nhật Lần Cuối 2017-03-21
Ngày Phát Hành 2017-03-21
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.buzzdub.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.buzzdub.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}