Awesome
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
<img width="32px" height="32px" src="https://ssl.gstatic.com/images/icons/product/chrome-64.png"> Desktop
- Check
Developer Mode
inchrome://extensions
- Click "Load unpacked extension..." in
chrome://extensions
and select thesrc
folder in thecog-chrome-app
repository. - Run it.
<img width="32px" height="32px" src="https://ssl.gstatic.com/images/icons/product/android-64.png"> 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