2.2.0 • Published 10 months ago

find-chrome-version-ext v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Find chrome version

Test windows status Test macOS status Test linux status

npm version Node.js version npm downloads Minified size Known vulnerabilities

Finds installed Chrome version.

Install

npm install find-chrome-version

Usage

const findChromeVersion = require("find-chrome-version")

const example = async () => {
  const chromeVersion = await findChromeVersion()
  console.log(`Your Chrome version is ${chromeVersion}`)
}
example()
2.2.0

10 months ago