Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hong5151 committed Jul 4, 2023
2 parents 2aa6694 + bb052ac commit fb38ccd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bexfinder
main
*.txt
2 changes: 1 addition & 1 deletion cmd/chrome.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var chromeCmd = &cobra.Command{
custom_chrome_profile, _ := cmd.Flags().GetString("custom_chrome_profile")

// Start
fmt.Printf("%s", blue("[Google Chrome Browsers / Brave Browsers]\n"))
fmt.Printf("%s", blue("[Google Chrome Browsers]\n"))

if custom_chrome_profile == "" {
helper.FindChromeBrowserExtensions(to_save, to_check_online, is_save_all)
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var rootCmd = &cobra.Command{
Use: "bexfinder",
Version: version,
Short: "Browsers Extensions Finder (BEXfinder)",
Long: "\nBrowsers Extensions Finder (BEXfinder) is a cross-platform and portable command-line tool to find all web browsers extensions (Google Chrome, Brave browsers extensions, FireFox browsers plugins) installed on system.",
Long: "\nBrowsers Extensions Finder (BEXfinder) is a cross-platform and portable command-line tool to find all web browsers (Google Chrome, Microsoft Edge, Brave Browser, Mozilla FireFox, Opera, etc.) extensions installed on system.",

// Uncomment the following line if your bare application
// has an action associated with it:
Expand Down
Binary file removed screenshot.png
Binary file not shown.

0 comments on commit fb38ccd

Please sign in to comment.