BangDD: DuckDuckGo Bang Buttons

Adds a google bang in the duckduckgo search as a button

BangDD: DuckDuckGo Bang Buttonsคืออะไร?

BangDD: DuckDuckGo Bang Buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shubham Chaudhary และคุณลักษณะหลักของมันคือ "Adds a google bang in the duckduckgo search as a button"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BangDD: DuckDuckGo Bang Buttons

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

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

                        This extension adds a button in duckduckgo search page to take you to google

Where else can I find it
This is open source and is available for both Mozilla Firefox and Google Chrome.
https://addons.mozilla.org/en-US/firefox/addon/bangdd-duckduckgo-bang-buttons/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BangDD: DuckDuckGo Bang Buttons BangDD: DuckDuckGo Bang Buttons
ID fabaimpklfkedhgiaciiggiihfmmeaio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio
คำอธิบาย Adds a google bang in the duckduckgo search as a button
ขนาดไฟล์ 28.41 KB
จำนวนการติดตั้ง 963
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2019-05-20
วันที่เผยแพร่ 2019-05-20
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Shubham Chaudhary
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ylogx/BangDD
URL หน้าช่วยเหลือ https://github.com/ylogx/BangDD
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds a google bang in the duckduckgo search as a button",
    "manifest_version": 2,
    "name": "BangDD: DuckDuckGo Bang Buttons",
    "version": "0.1.1",
    "homepage_url": "https:\/\/github.com\/ylogx\/BangDD",
    "icons": {
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.duckduckgo.com\/*"
            ],
            "js": [
                "bangdd.js"
            ]
        }
    ]
}