Buzzdub

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

Wat is Buzzdub?

Buzzdub is een Chrome-extensie ontwikkeld door https://www.buzzdub.com, en de belangrijkste functie is "We scour the web so you don't have to.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Buzzdub

Download Buzzdub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Buzzdub Buzzdub
ID bdaamblmkhbpjhnhbgkmnoigldjgaegn
Officiële URL https://chromewebstore.google.com/detail/buzzdub/bdaamblmkhbpjhnhbgkmnoigldjgaegn
Beschrijving We scour the web so you don't have to.
Bestandsgrootte 22.6 KB
Aantal Installaties 56
Huidige Versie 1.0.14
Laatst Bijgewerkt 2017-03-21
Publicatiedatum 2017-03-21
Beoordeling 3.83/5 Totaal 6 Beoordelingen
Ontwikkelaar https://www.buzzdub.com
Betalingswijze free
Extensiewebsite https://www.buzzdub.com
Ondersteunde Talen 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"
    }
}