Super-Cache
Helps in overriding cache policy
Co je Super-Cache?
Super-Cache je rozšíření Chrome vyvinuté Tushar Mathur, a jeho hlavní funkcí je „Helps in overriding cache policy“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Super-Cache
Stáhněte si soubory rozšíření Super-Cache ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Super-Cache |
ID | fglobbnbihckpkodmeefhagijjcjnbeh |
Oficiální URL | https://chromewebstore.google.com/detail/super-cache/fglobbnbihckpkodmeefhagijjcjnbeh |
Popis | Helps in overriding cache policy |
Velikost souboru | 86.34 KB |
Počet instalací | 1,762 |
Aktuální Verze | 1.1.18 |
Poslední Aktualizace | 2013-06-12 |
Datum Vydání | 2013-06-12 |
Hodnocení | 4.32/5 Celkem 31 Hodnocení |
Vývojář | Tushar Mathur |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/tusharmath/Super-Cache |
Podporované Jazyky | 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" ] } } |