2.2.0 • Published 10 months ago
find-chrome-version-ext v2.2.0
Find chrome version
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