index
:
swextreload
master
Reload Manifest V3 Chrome extensions from the command line
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
/
swextreload.go
Age
Commit message (
Expand
)
Author
2023-11-16
swextreload: Experiment with MV2 tab reloading
Teddy Wing
2023-11-14
swextreload: Try to split out tab reloading into a separate function
Teddy Wing
2023-11-14
swextreload: Add note for multiple extension handling
Teddy Wing
2023-11-14
swextreload.Reload: Handle multiple extensions
Teddy Wing
2023-11-14
swextreload: Add package documentation
Teddy Wing
2023-11-14
swextreload: Add documentation comments
Teddy Wing
2023-11-14
swextreload.reloadExtension: Remove old commented code
Teddy Wing
2023-11-14
Make `--reload-current-tab` flag work
Teddy Wing
2023-11-14
Add `--debug` flag
Teddy Wing
2023-11-14
swextreload.reloadExtension: Return errors
Teddy Wing
2023-11-14
swextreload.Reload: Accept a list of extension IDs
Teddy Wing
2023-11-14
swextreload.Reload: Extract arguments
Teddy Wing
2023-11-14
Move code from `main()` to `swextreload.Reload()`
Teddy Wing
2023-11-14
internal/swextreload: Get rid of option interface, use plain arguments
Teddy Wing
2023-11-14
Move swextreload.go to internal/
Teddy Wing