Buzzdub

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

Apa itu Buzzdub?

Buzzdub adalah ekstensi Chrome yang dikembangkan oleh https://www.buzzdub.com, dan fitur utamanya adalah "We scour the web so you don't have to.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Buzzdub

Unduh file ekstensi Buzzdub dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Buzzdub Buzzdub
ID bdaamblmkhbpjhnhbgkmnoigldjgaegn
URL Resmi https://chromewebstore.google.com/detail/buzzdub/bdaamblmkhbpjhnhbgkmnoigldjgaegn
Deskripsi We scour the web so you don't have to.
Ukuran File 22.6 KB
Jumlah Instalasi 56
Versi Saat Ini 1.0.14
Terakhir Diperbarui 2017-03-21
Tanggal Publikasi 2017-03-21
Penilaian 3.83/5 Total 6 Penilaian
Pengembang https://www.buzzdub.com
Tipe Pembayaran free
Situs Ekstensi https://www.buzzdub.com
Bahasa yang Didukung 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"
    }
}