Skip to content

maxart/cog-chrome-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

Cog - System Info Viewer App

Cog - System Info Viewer is a simple Chrome App that showcases chrome.system.* APIs. It is available now on the Chrome Web Store and Google Play Store.

## Getting the code

You can download the whole source code as one archive, or get it from the repository using git:

git clone git://github.com/beaufortfrancois/cog-chrome-app.git

Running the development version

Desktop

  • Check Developer Mode in chrome://extensions
  • Click "Load unpacked extension..." in chrome://extensions and select the src folder in the cog-chrome-app repository.
  • Run it.

Android

  • Install the Chrome Apps on mobile requirements.
  • Create your project with cca create cog-mobile-chrome-app --link-to=path/to/cog-chrome-app/src/manifest.json
  • Plug in your Android device.
  • Go to Settings->Developer Options and enable USB debugging.
  • Run it with cca run android

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.0%
  • HTML 20.5%
  • CSS 10.5%