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 |
公式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 |
Eメール | [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=*" ] } ] } |