Super-Cache

Helps in overriding cache policy

什麼是Super-Cache?

Super-Cache是由Tushar Mathur開發的Chrome擴展程式,該擴展的主要功能是“Helps in overriding cache policy”。

擴展截圖

screenshot

下載Super-Cache擴展crx文件

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

擴展使用說明

                        Control caching behavior on the client side!

UPDATE:
Bugs fixed as reported by M-Ubaid Raza, thanks for informing.


Features

1. Override caching policy that has been set on the server.
Select a host on which the caching is required and all requests from a page with that host will be cached.
2. Caching of static content which are on a different host will also be cahed (read Note for further explanation)

Note: say you have a site example.com on which you have set a caching policy thru the extension. Now if the any page on example.com links to external scripts and sites which are on a different domain such as static.example.com or ajax.googleapis.com, the extension will automatically apply the same caching behavior as that of example.com

Source Code
https://github.com/tusharmath/Super-Cache                    

擴展基本資訊

名稱 Super-Cache Super-Cache
ID fglobbnbihckpkodmeefhagijjcjnbeh
官方網址 https://chromewebstore.google.com/detail/super-cache/fglobbnbihckpkodmeefhagijjcjnbeh
簡介 Helps in overriding cache policy
檔案大小 86.34 KB
安裝次數 1,762
目前版本 1.1.18
更新時間 2013-06-12
上架時間 2013-06-12
評分 4.32/5 共 31 次評分
開發者 Tushar Mathur
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/tusharmath/Super-Cache
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super-Cache",
    "manifest_version": 2,
    "version": "1.1.18",
    "description": "Helps in overriding cache policy",
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "page_action": {
        "default_title": "Super Cache",
        "default_icon": "snapshots\/cache_black.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background\/bg.min.js"
        ]
    }
}