DuckDuckGo !bangs but Faster
Processes DuckDuckGo !bangs client-side
DuckDuckGo !bangs but Fasterคืออะไร?
DuckDuckGo !bangs but Faster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inclushe.com และคุณลักษณะหลักของมันคือ "Processes DuckDuckGo !bangs client-side"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DuckDuckGo !bangs but Faster
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
]
}
} | |