Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
Ducktanaとは何ですか?
Ducktanaはhttps://o-leary.comによって開発されたChromeの拡張機能で、その主な機能は「Redirect Bing urls to DuckDuckGo for use with cortana.」です。
Ducktana拡張機能のCRXファイルをダウンロード
Ducktana拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Developed for Cortana on Windows 10. Causes Chrome to remain open in the background, with a tray icon. When a Bing URL is entered the extension intercepts and redirects to a DuckDuckGo URL.
拡張機能の基本情報
名前 | |
ID | fhhjklgfnidnccndjilcoeakkgjogmac |
公式URL | https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac |
説明 | Redirect Bing urls to DuckDuckGo for use with cortana. |
ファイルサイズ | 19.35 KB |
インストール数 | 45 |
現在のバージョン | 1.2 |
最終更新日 | 2015-08-28 |
公開日 | 2015-08-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://o-leary.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://o-leary.com/ |
ヘルプページのURL | https://o-leary.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ducktana", "short_name": "Ducktana", "description": "Redirect Bing urls to DuckDuckGo for use with cortana.", "author": "Sean O'Leary", "homepage_url": "https:\/\/o-leary.com\/downloads\/ducktana", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.bing.com\/", "background" ], "background": { "scripts": [ "ducktana.js" ] }, "externally_connectable": { "matches": [ "*:\/\/o-leary.com\/*" ] } } |