Clear Cache
A true one-click cache clearing button for web developers. That's it.
What is Clear Cache?
Clear Cache is a Chrome extension developed by Nick Swider, and its main feature is "A true one-click cache clearing button for web developers. That's it.".
Extension Screenshots
Download Clear Cache Extension CRX File
Download Clear Cache extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Requires Chrome >= 19
Extension Basic Information
Name | Clear Cache |
ID | fkpampcchocandlbgdffjaihmccjmlgk |
Official URL | https://chromewebstore.google.com/detail/clear-cache/fkpampcchocandlbgdffjaihmccjmlgk |
Description | A true one-click cache clearing button for web developers. That's it. |
File Size | 268 KB |
Installation Count | 23,538 |
Current Version | 1.1 |
Last Updated | 2013-04-10 |
Publish Date | 2013-04-09 |
Rating | 4.33/5 Total 33 Ratings |
Developer | Nick Swider |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon-32.png", "default_popup": "popup.html", "default_title": "Clear Cache" }, "web_accessible_resources": [ "scripts.js" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A true one-click cache clearing button for web developers. That's it.", "name": "Clear Cache", "permissions": [ "browsingData" ], "icons": { "48": "icon-48.png", "128": "icon-128.png", "16": "icon-16.png" }, "manifest_version": 2, "version": "1.1" } |