crx-hotreload icon indicating copy to clipboard operation
crx-hotreload copied to clipboard

Chrome Extension Hot Reloader

Results 12 crx-hotreload issues
Sort by recently updated
recently updated
newest added

Apparently, this awesome extension [won't work](https://stackoverflow.com/questions/65975659/how-do-i-get-access-to-all-the-files-in-the-extension-in-chrome-extension-manife/65976345#65976345) with [Manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/) since it's not possible to access filesystem API from `service-worker`

If I was developing a new tab plug-in, runtime.reload would reset my new tab to the default

I get a pop up error message box from chrome on reloading my extension. This is my `manifest.json`, https://gist.github.com/xush6528/b2721f54f34fc740e4e2facdd44cb800 I wonder what other requirements this solution has.

… content script necessities, or we don't have content script, and sometimes we don't want the page to refresh

See this PR by @dmitry-pogorelov: https://github.com/xpl/crx-hotreload/pull/4 Some users (@acfasj) report that the parameter change does not work as expected... Unfortunately I currently do not have time to test & verify...

(depends on #14 and #13 )

(depends on changes in #13 )

Просто нет слов)! Спасибо)! ГОДЫ МУЧЕНИЙ....

I was getting errors with `getSelf` when using this script.

Support specifying or limiting which files to watch, so it doesn't reload before a build is complete.