DuckDuckGo to Google

Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g

DuckDuckGo to Googleคืออะไร?

DuckDuckGo to Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g"

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

screenshot
screenshot

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

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

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

                        Use extension's toolbar button or the keyboard shortcut (Shift + g) while searching on DuckDuckGo. It would load the Google search result page for the same query.

Visit homepage for more: https://browsernative.com/duckduckgo-to-google-search/

Extension by BrowserNative. Not created by or affiliated with DuckDuckGo or Google.                    

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

ชื่อ DuckDuckGo to Google DuckDuckGo to Google
ID ifbidhibhedohacondenjgoahnoidblm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/duckduckgo-to-google/ifbidhibhedohacondenjgoahnoidblm
คำอธิบาย Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g
ขนาดไฟล์ 21.38 KB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-05-04
วันที่เผยแพร่ 2022-05-04
ผู้พัฒนา https://browsernative.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/duckduckgo-to-google-search/
URL หน้าช่วยเหลือ https://browsernative.com/duckduckgo-to-google-search/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo to Google",
    "description": "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/www.duckduckgo.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "DDG to Google"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "scripting",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/duckduckgo.com\/*",
        "*:\/\/www.duckduckgo.com\/*"
    ],
    "homepage_url": "https:\/\/browsernative.com\/duckduckgo-to-google-search\/"
}