# chrome-location **Repository Path**: mirrors_davidtheclark/chrome-location ## Basic Information - **Project Name**: chrome-location - **Description**: Approximates the current location of Google Chrome on your system - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chrome-location [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges) Approximates the current location of Google Chrome on your system. Originally sourced from [karma-chrome-launcher](http://git.io/MRU84Q). ## Usage [![NPM](https://nodei.co/npm/chrome-location.png)](https://nodei.co/npm/chrome-location/) ### `location = require('chrome-location')` Returns the path to Google Chrome as a string. ### CLI Usage Remember to use quotes as chrome's path usually has spaces in it. ``` > "`chrome-location`" ``` ## License MIT. See [LICENSE.md](http://github.com/hughsk/chrome-location/blob/master/LICENSE.md) for details.