An open API service indexing awesome lists of open source software.

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.

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