Buzzdub

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

Vad är Buzzdub?

Buzzdub är en Chrome-tillägg utvecklad av https://www.buzzdub.com, och dess huvudfunktion är "We scour the web so you don't have to.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Buzzdub-förlängningens CRX-fil

Ladda ner Buzzdub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Buzzdub Buzzdub
ID bdaamblmkhbpjhnhbgkmnoigldjgaegn
Officiell webbadress https://chromewebstore.google.com/detail/buzzdub/bdaamblmkhbpjhnhbgkmnoigldjgaegn
Beskrivning We scour the web so you don't have to.
Filstorlek 22.6 KB
Antal Installationer 56
Aktuell Version 1.0.14
Senast Uppdaterad 2017-03-21
Publiceringsdatum 2017-03-21
Betyg 3.83/5 Totalt 6 Betyg
Utvecklare https://www.buzzdub.com
Betalningssätt free
Tilläggswebbplats https://www.buzzdub.com
Stödda Språk 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"
    }
}