Sep 13, 2011
Managing HTML5 Application Cache in Chrome
To check saved Application Cache data by HTML5 applications, Navigate your Chrome browser to chrome://appcache-internals/You will be able to see all the details like Size, Creation Time, Last Access Time, Last Update Time and a button to "Remove this AppCache". I found this tip very helpful while debugging/testing your applications.
By : Motyar+ @motyar