https://github.com/willklein/cachenot
A very simple Chrome extension to clear your browser cache with one click. Requires enabling Experimental Extension APIs in Chrome.
https://github.com/willklein/cachenot
Last synced: 5 months ago
JSON representation
A very simple Chrome extension to clear your browser cache with one click. Requires enabling Experimental Extension APIs in Chrome.
- Host: GitHub
- URL: https://github.com/willklein/cachenot
- Owner: willklein
- Created: 2012-02-17T06:06:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T06:20:06.000Z (over 14 years ago)
- Last Synced: 2025-04-22T10:22:47.188Z (about 1 year ago)
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README for cacheNot
This is a very simple Google Chrome extension to clear the browser cache with a
single button click. This relies on enabling the experimental API feature in
Google Chrome.
* Download the zip by clicking the ZIP button above or browsing to https://github.com/WillsLab/cachenot/zipball/master.
* Unpack the extension and place the directory wherever you want.
* Visit chrome://flags. Click Enable for "Experimental Extension APIs" and reload the browser.
* Visit chrome://settings/extensions. Click Load unpacked extension and browse to the directory containing the extension files.
* Use the extension by clicking on the trash icon.
There are a few more things I will be doing to polish/package the extension. If
the chrome.experimental.clear is ever made official (not experimental) I will
publish this on the Chrome Web Store. Until that happens, there's really no
point. My intent is to provide this as a tool for developers to use when
annoying cache issues arise (particularly JavaScript files).
Find the latest at: https://github.com/WillsLab/cachenot
Follow me on Twitter for updates and whatnot: @willsLab