-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Sita
committed
Sep 9, 2013
1 parent
7fbbe05
commit 57ac8f8
Showing
6 changed files
with
143 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
chromeConnect | ||
============= | ||
TODO | ||
|
||
## About | ||
ChromeConnect enables a user to turn their cell phone or tablet into a mouse to control their browser experience in chrome. The functionality currently supports mouse control with clicks, as well as the ability to zoom by pinching and two-finger scrolling up or down the page. | ||
|
||
This extension captures gesture interactions taken from a paired mobile or tablet device, and incorporates the gesturing data into the navigation experience within your browser. ChromeConnect is an open source project and is currently in alpha testing phase. | ||
|
||
Please vist the website for more info: [chromeconnect.us](http://bit.ly/1d0fY2P) | ||
|
||
Download the chrome extension here : [Chrome Web Store](http://bit.ly/15eVEc3) | ||
|
||
|
||
## Contribute | ||
Please email me if you are interested in contributing. Chris (cs.sita.com) | ||
|
||
## Bugs | ||
Please email Chris (cs.sita.com) for bugs / feature improvements. | ||
|
||
## Tech Stack | ||
1. Node/Express | ||
2. Socket.io | ||
3. Google Chrome Extensions API | ||
4. Grunt | ||
5. 3rd Party Libaries | ||
* [BootStrap](https://http://getbootstrap.com/) | ||
* [TouchSwipe-Jquery-Plugin](https://github.com/mattbryson/TouchSwipe-Jquery-Plugin) | ||
* [IOCSS](https://github.com/lazd/iOCSS) | ||
* [Zoom.js](http://lab.hakim.se/zoom-js) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "chromeConnect", | ||
"version": "0.0.1-83", | ||
"version": "0.0.1-84", | ||
"scripts": { | ||
"start": "node app.js" | ||
}, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters