Chrome extensions: unpacked extension caching

I'm starting development on a chrome extension and have run into caching issues of the extension resources.

So far, my development cycle goes like this: I make a change in any file - manifest.json, background pages, content scripts, popups - save it, reload the extension in the Extensions tab, and the test it out.

That works about half of the time. The other half requires me either to reload the link multiple times in the Extensions tab, close down the browser completely to reload it, or sometimes even delete the extension and then load it back again with the "Load Unpacked Extensions" button.

This caching has been very frustrating and I've lost a lot of time to it already... has anyone had a similar experience, and if so, found a solution?

BTW: I have "Disable cache" already checked under 'Developer Tools > Little gear icon' and it hasn't helped in any way that I'm aware of.

Thanks in advance for your help!

链接地址: http://www.djcxy.com/p/91122.html

上一篇: 无需点击即可启用Chrome扩展

下一篇: Chrome扩展程序:解压后的扩展程序缓存