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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
} | |