Review of "Browser Switcher" version 15

Details Page Preview

Quick default browser switching from the system panel. Perfect for users working with different browser profiles.

Extension Homepage
https://github.com/totoshko88/browser-switcher

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-A-004 warning

extension files should not contain excessive ungated console logging

File contains 8 ungated console.log/warn/error calls (threshold: 5).

No excessive logging

  • browserManager.js:35
    console.log(`Browser Switcher: Initial default browser is ${this._currentDefault}`)
  • browserManager.js:215
    console.error('Browser Switcher: Invalid browser ID')
  • browserManager.js:234
    console.error(`Browser Switcher: Failed to set default browser: ${e.message}`)
  • browserManager.js:266
    console.error(`Browser Switcher: Could not set up file monitor: ${e.message}`)
  • browserManager.js:291
    console.error(`Browser Switcher: Error checking browser change: ${e.message}`)
  • browserManager.js:308
    console.error(`Browser Switcher: Callback error: ${e.message}`)
  • browserManager.js:76
    console.warn('Browser Switcher: No browsers found')
  • browserManager.js:194
    console.warn(`Browser Switcher: xdg-settings failed: ${e.message}`)

All Versions

Previous Reviews on this Version

fmuellner active