Add google search option to duckduckgo
Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
Add google search option to duckduckgoคืออะไร?
Add google search option to duckduckgo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JFCCoding และคุณลักษณะหลักของมันคือ "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add google search option to duckduckgo
ดาวน์โหลดไฟล์ส่วนขยาย Add google search option to duckduckgo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hate when your using different search engines and you want to check a different one like google for different results? Well I added a button under the search bar that will do just this! It will open a new window with search what you were looking for into google! Search Engines currently supported: DuckDuckGo Microsoft Bing
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add google search option to duckduckgo |
ID | oopkohppehamfoconkdjlhamenlijmkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb |
คำอธิบาย | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! |
ขนาดไฟล์ | 22.88 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2024-01-25 |
วันที่เผยแพร่ | 2020-10-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | JFCCoding |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://jfc-hosting.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add google search option to duckduckgo", "version": "1.1", "manifest_version": 2, "description": "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!", "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/duckduckgo.com\/?q=*", "https:\/\/www.bing.com\/search?q=*" ] } ] } |