Search with Google Instead

You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.

Search with Google Insteadคืออะไร?

Search with Google Instead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alessandro Muraro และคุณลักษณะหลักของมันคือ "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search with Google Instead

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

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

                        This extension adds a nice blue button that performs the same search you just did on Google. No more copy/pasting your search query into google.com, this extension does it for you.                    

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

ชื่อ Search with Google Instead Search with Google Instead
ID cdfkjclhhojbgnpidbejchhklnjbjfhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh
คำอธิบาย You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
ขนาดไฟล์ 16.67 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2018-08-07
วันที่เผยแพร่ 2018-08-07
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Alessandro Muraro
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://alexmuraro.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search with Google Instead",
    "short_name": "Google Instead",
    "version": "1.01",
    "description": "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.",
    "author": "Alessandro Muraro",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/?*",
                "https:\/\/www.bing.com\/search?*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}