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はhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g」です。
拡張機能のスクリーンショット
DuckDuckGo to Google拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/"
} | |