Bangs for Google

Use DuckDuckGo Bangs in the Google Search

Bangs for Googleคืออะไร?

Bangs for Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vantezzen และคุณลักษณะหลักของมันคือ "Use DuckDuckGo Bangs in the Google Search"

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

screenshot
screenshot
screenshot

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

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

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

                        "Bangs for Google" allows you to use DuckDuckGo's "Bangs" in the Google Search and Onmibox.
It uses the "webRequest" API to quickly redirect you to DuckDuckGo whenever you use a bang.

The full source code of this extension is available on https://github.com/vantezzen/bangs-for-google, if you find any issues or have a question please visit https://github.com/vantezzen/bangs-for-google/issues.

This extension needs the following permissions:
- "webRequest" and "webRequestBlocking": These permissions are needed to redirect you to DuckDuckGo whenever you search for a bang on Google
- "http://www.google.*/search*" (=> "Read and change you data on google.com"): This permission is needed, so this extension can access your Google search query to check if you are search for a !Bang.

We do not collect or save any usage or other data about the users of this extension.

This extension is not affiliated to Google in any way!                    

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

ชื่อ Bangs for Google Bangs for Google
ID emidbfgmfdphfdldbmehojiocmljfonj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bangs-for-google/emidbfgmfdphfdldbmehojiocmljfonj
คำอธิบาย Use DuckDuckGo Bangs in the Google Search
ขนาดไฟล์ 40.29 KB
จำนวนการติดตั้ง 355
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-11-05
วันที่เผยแพร่ 2020-11-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา vantezzen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/vantezzen/bangs-for-google
URL หน้าช่วยเหลือ https://github.com/vantezzen/bangs-for-google/issues
URL หน้านโยบายความเป็นส่วนตัว https://hollstein.io/browserprivacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bangs for Google",
    "version": "1.1",
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "description": "Use DuckDuckGo Bangs in the Google Search",
    "homepage_url": "https:\/\/github.com\/vantezzen\/bangs-for-google",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.google.com\/search*",
        "http:\/\/www.google.co.jp\/search*",
        "http:\/\/www.google.co.uk\/search*",
        "http:\/\/www.google.es\/search*",
        "http:\/\/www.google.ca\/search*",
        "http:\/\/www.google.de\/search*",
        "http:\/\/www.google.it\/search*",
        "http:\/\/www.google.fr\/search*",
        "http:\/\/www.google.com.au\/search*",
        "http:\/\/www.google.com.tw\/search*",
        "http:\/\/www.google.nl\/search*",
        "http:\/\/www.google.com.br\/search*",
        "http:\/\/www.google.com.tr\/search*",
        "http:\/\/www.google.be\/search*",
        "http:\/\/www.google.com.gr\/search*",
        "http:\/\/www.google.co.in\/search*",
        "http:\/\/www.google.com.mx\/search*",
        "http:\/\/www.google.dk\/search*",
        "http:\/\/www.google.com.ar\/search*",
        "http:\/\/www.google.ch\/search*",
        "http:\/\/www.google.cl\/search*",
        "http:\/\/www.google.at\/search*",
        "http:\/\/www.google.co.kr\/search*",
        "http:\/\/www.google.ie\/search*",
        "http:\/\/www.google.com.co\/search*",
        "http:\/\/www.google.pl\/search*",
        "http:\/\/www.google.pt\/search*",
        "http:\/\/www.google.com.pk\/search*",
        "https:\/\/www.google.com\/search*",
        "https:\/\/www.google.co.jp\/search*",
        "https:\/\/www.google.co.uk\/search*",
        "https:\/\/www.google.es\/search*",
        "https:\/\/www.google.ca\/search*",
        "https:\/\/www.google.de\/search*",
        "https:\/\/www.google.it\/search*",
        "https:\/\/www.google.fr\/search*",
        "https:\/\/www.google.com.au\/search*",
        "https:\/\/www.google.com.tw\/search*",
        "https:\/\/www.google.nl\/search*",
        "https:\/\/www.google.com.br\/search*",
        "https:\/\/www.google.com.tr\/search*",
        "https:\/\/www.google.be\/search*",
        "https:\/\/www.google.com.gr\/search*",
        "https:\/\/www.google.co.in\/search*",
        "https:\/\/www.google.com.mx\/search*",
        "https:\/\/www.google.dk\/search*",
        "https:\/\/www.google.com.ar\/search*",
        "https:\/\/www.google.ch\/search*",
        "https:\/\/www.google.cl\/search*",
        "https:\/\/www.google.at\/search*",
        "https:\/\/www.google.co.kr\/search*",
        "https:\/\/www.google.ie\/search*",
        "https:\/\/www.google.com.co\/search*",
        "https:\/\/www.google.pl\/search*",
        "https:\/\/www.google.pt\/search*",
        "https:\/\/www.google.com.pk\/search*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}