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是由JFCCoding開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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=*" ] } ] } |