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
公式URL 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
Eメール [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"
        ]
    }
}