Speed-Up Browsing

Speeds up browsing over the time, by adding missing Cache-Control response headers.

Speed-Up Browsing란 무엇입니까?

Speed-Up Browsing은(는) Wiz Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speeds up browsing over the time, by adding missing Cache-Control response headers."입니다.

확장 프로그램 스크린샷

screenshot

Speed-Up Browsing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enhances the re-use of already downloaded images/scripts etc. thus speeds up loading of pages significantly.
Just install this extension and enjoy faster surfing.

It changes the default search of chrome to Bing.com                    

확장 프로그램 기본 정보

이름 Speed-Up Browsing Speed-Up Browsing
ID hkhnldpdljhiooeallkmlajnogjghdfb
공식 URL https://chromewebstore.google.com/detail/speed-up-browsing/hkhnldpdljhiooeallkmlajnogjghdfb
설명 Speeds up browsing over the time, by adding missing Cache-Control response headers.
파일 크기 49.09 KB
설치 횟수 16,316
현재 버전 2.51
최근 업데이트 2023-09-22
출시 날짜 2018-01-30
평점 4.27/5 총 55 개의 평점
개발자 Wiz Extensions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://speedupbrowsing.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "description": "Speeds up browsing over the time, by adding missing Cache-Control response headers.",
    "homepage_url": "https:\/\/github.com\/mubaidr\/Speed-up-Browsing\/",
    "icons": {
        "24": "\/img\/Lightning Bolt-24x24.png",
        "32": "\/img\/Lightning Bolt-32x32.png",
        "48": "\/img\/Lightning Bolt-48x48.png",
        "64": "\/img\/Lightning Bolt-64x64.png",
        "128": "\/img\/Lightning Bolt-128x128.png",
        "256": "\/img\/Lightning Bolt-256x256.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/websmartfinder.com\/?n=552&q={searchTerms}",
            "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "Speed-Up Browsing",
    "offline_enabled": false,
    "options_page": "html\/option.html",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "2.51"
}