Go Back   Google Chrome Forums > Google Chrome > Chrome Plugins


http://chromeplugins.org/frwrdicon.jpg
Top Tip : Click here to Boost Your PC & Chrome Browsing Speed
Reply
 
Thread Tools Display Modes
  #1  
Old 07-16-2009, 09:42 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 601
Default [Ext/US] Chrome Gestures (modified)

Made this a new thread to 1) Conform with posting guidelines. 2) Because it's not beta 0.1 anymore. 3) Because the other thread was getting clogged.

Extension: Chrome Gestures

Original Developer: Kyrax.

Further Modifications By: Kryptyx and Waha.

Latest Version: 1.1 for Beta Project Page

You can file suggestions and bug reports in the Issues tracker on the project page. You can also find help documents on the Wiki

Description: Mouse gestures for Chrome.

Known Cavet(s): Gesture visualizations may not work correctly on pages with iframes. Gestures will not work on non-html pages. (Such as txt documents)

~ Version History ~
See project page.

Browser Compatibility:3.0.x.x

~ Screenshots ~



All information for writing your own gestures is in the ChromeGestures.user.js file. If you write a cool one, share it with us by posting here!
You can also ask for help in writing one if you want.

As an aside..the help file draws all the trails using HTML 5 canvas..neat huh? :]
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits

Last edited by Waha; 08-31-2009 at 02:58 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-16-2009, 12:07 PM
StevePaul's Avatar
Senior Member
 
Join Date: Mar 2009
Location: Birmingham, England
Posts: 1,415
Send a message via MSN to StevePaul
Default

This is awesome work ;-D
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-16-2009, 01:04 PM
Member
 
Join Date: Jul 2009
Posts: 59
Default

Great work Waha, now to put on my thinking cap on how to make it even better
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-16-2009, 01:56 PM
StevePaul's Avatar
Senior Member
 
Join Date: Mar 2009
Location: Birmingham, England
Posts: 1,415
Send a message via MSN to StevePaul
Default

Can I congratulate you two on a truly awesome Extension/User Script (and I've seen and used a few in my time!) and putting up with me!!

One thing (you just knew there would be !) in the help for Double Click can I suggest you change the description so that it reflects clicking again will restore your original content ..

I noticed that the Extension and User Script versions are actually the same and uses the .user version of the script and the JS has an IF(!us) statement for the Options (I'm assuming will only work in the Dev version)..

Is this how you intend to continue development (ie Use an IF(us), if the function will only work in the Dev version)...

As a matter of interest why did you create another 2 refresh gestures (or am I missing something)...

Finally, is there any way of providing a link to the help file (I guess you’re going to say No because it’s included in the JS), I’d like to use it in a post I’ve done about this Extension on the Chrome Help forum

All in all, a commendable piece of work (A+)...

Last edited by StevePaul; 07-16-2009 at 02:00 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-16-2009, 03:32 PM
mg2's Avatar
mg2 mg2 is online now
Senior Member
 
Join Date: Jun 2009
Location: Karlsruhe, Germany, Europe
Posts: 328
Default

Error : see attachment
Chromium 3.0.195.0 (20855)
Attached Thumbnails
error.jpg  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-16-2009, 03:44 PM
StevePaul's Avatar
Senior Member
 
Join Date: Mar 2009
Location: Birmingham, England
Posts: 1,415
Send a message via MSN to StevePaul
Default

@mg2 ...

Sorry to be the bearer of bad news, but as has been previously mentioned on various posts on this forum we do not support Chromium ...

Basically any issues you have with something not working in Chromium you can not expect any support from this forum or it's members ...

I'm sure you've been told this before ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-16-2009, 03:49 PM
mg2's Avatar
mg2 mg2 is online now
Senior Member
 
Join Date: Jun 2009
Location: Karlsruhe, Germany, Europe
Posts: 328
Default

Ok, but how to be on the dev channel and still use Chrome?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-16-2009, 04:26 PM
Senior Member
 
Join Date: Apr 2009
Location: Qc, Canada
Posts: 495
Default

Nice work Waha !

Do you think we should start an open source project around this extension ?
I'd like to contribute back to what you have added.

My life should be much more calm starting next week so I'll have more time on my hands to work on that.

Thanks for sharing, awesome work.
__________________

ChromeGestures
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-16-2009, 04:59 PM
Junior Member
 
Join Date: Jul 2009
Posts: 15
Default

This is fantastic!! Thank you. This was just another one of those Firefox extensions I couldn't live without. I too would be interested in contributing to an open source project.

FEATURE REQUEST:

I would really like to be able to set my own custom gestures. Personally I like (swipe left = back), (swipe right = forward), (swipe up = undo close tab), (swipe down = close current tab). And that's all I use and am so used to it that it would be no fun trying to break old habits. How hard is it going to be to implement custom gestures?

Thank you again for the amazing extension.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 07-16-2009, 05:19 PM
Member
 
Join Date: Jul 2009
Posts: 59
Default

Quote:
Originally Posted by dangdang View Post
This is fantastic!! Thank you. This was just another one of those Firefox extensions I couldn't live without. I too would be interested in contributing to an open source project.

FEATURE REQUEST:

I would really like to be able to set my own custom gestures. Personally I like (swipe left = back), (swipe right = forward), (swipe up = undo close tab), (swipe down = close current tab). And that's all I use and am so used to it that it would be no fun trying to break old habits. How hard is it going to be to implement custom gestures?

Thank you again for the amazing extension.
It's fairly easy if you modify the JS file yourself. I am working on a few changes at the moment and I have been debating on tapping into Waha's loader to allow easy custom gestures. Right now im focused on adding more visualization to the extension.

I did want to mention that re-opening closed tabs via gesture is not currently possible. Its a limitation that extensions suffer as a whole (more of a security issue). We may see an API for this in the future though.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
chrome gestures, google chrome gestures

Thread Tools
Display Modes

Similar Threads
Thread Thread Starter Forum Replies Last Post
Chrome Mouse Gestures? Wisher Chrome Plugins 36 10-21-2009 03:16 AM
New Chrome Mouse Gestures Plugin (Rocker support) OwenCM Chrome Plugins 1 05-06-2009 12:38 AM
Chrome Custom Mouse Gestures Laoguy Chrome Plugins 6 04-15-2009 05:52 AM




Chrome Central - Chrome Talk - Chrome Tips and Tricks - Chrome Plugins - Chrome Themes - Chrome Tools - Bugs and Vulnerabilities - Chrome Tech - General Chat


All times are GMT. The time now is 01:06 AM.


Powered by vBulletin® Version 3.7.4 PL1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Google Chrome and Google™ is a Trademark of Google Inc
This site chromeplugins.org is not affiliated with or sponsored by Google Inc.
Thanks: Taree SEO Forum and John