DuckDuckGo !bangs but Faster
Processes DuckDuckGo !bangs client-side
DuckDuckGo !bangs but Fasterとは何ですか?
DuckDuckGo !bangs but Fasterはhttps://inclushe.comによって開発されたChromeの拡張機能で、その主な機能は「Processes DuckDuckGo !bangs client-side」です。
拡張機能のスクリーンショット
DuckDuckGo !bangs but Faster拡張機能のCRXファイルをダウンロード
DuckDuckGo !bangs but Faster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WARNING: It is highly recommend that you set DuckDuckGo as your default search engine. Learn how to do that here: https://help.duckduckgo.com/duckduckgo-help-pages/desktop/chrome/
"DuckDuckGo !bangs but Faster" replaces the requests and redirects to DuckDuckGo's servers needed to handle !bangs by processing them client-side.
This leads to a noticeable improvement in initial page load time, with at least a >30% improvement in paint time on high-speed connections and possibly higher for users on mobile networks with higher latency.
This extension supports all DuckDuckGo !bangs.
To learn more about DuckDuckGo !bangs, visit duckduckgo.com/bang. 拡張機能の基本情報
| 名前 | |
| ID | pbegadjnjekcbdehmfljcnjohjiljpji |
| 公式URL | https://chromewebstore.google.com/detail/duckduckgo-bangs-but-fast/pbegadjnjekcbdehmfljcnjohjiljpji |
| 説明 | Processes DuckDuckGo !bangs client-side |
| ファイルサイズ | 12.03 KB |
| インストール数 | 369 |
| 現在のバージョン | 0.2.2 |
| 最終更新日 | 2021-03-14 |
| 公開日 | 2020-10-18 |
| 評価 | 4.50/5 合計 4 レビュー |
| 開発者 | https://inclushe.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://bangs-but-faster.inclushe.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DuckDuckGo !bangs but Faster",
"version": "0.2.2",
"description": "Processes DuckDuckGo !bangs client-side",
"icons": {
"16": "icons\/icon-16.png",
"24": "icons\/icon-24.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/duckduckgo.com\/*",
"https:\/\/duckduckgo.com\/bang.js"
],
"background": {
"scripts": [
"browser-polyfill.min.js",
"background.js"
]
}
} | |