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文件

下載Speed-Up Browsing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}