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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DuckDuckGo !bangs but Faster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 DuckDuckGo !bangs but Faster DuckDuckGo !bangs but Faster
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"
        ]
    }
}