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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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