Buzzdub

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

Buzzdubคืออะไร?

Buzzdub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.buzzdub.com และคุณลักษณะหลักของมันคือ "We scour the web so you don't have to."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buzzdub

ดาวน์โหลดไฟล์ส่วนขยาย Buzzdub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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