Giter Site home page Giter Site logo

chromegestures's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chromegestures's Issues

Open new incognito tab?

I'm trying to assign a command under "run script" option for a gesture to open a new incognito window. I've tried using this command:

chrome.windows.create({
url: "http://www.google.com",
incognito: true
});

I get an error that reads:

An embedded page at www.google.com says:
TypeError: Cannot read property 'create' of undefined

Is it possible to assign this type of command to this extension? If so what am I doing wrong?

Using the context menu button starts a gesture

When you use the context menu button on the Keyboard, once you select an option the gestures then kick in an start to draw a gesture.

Chrome: 35.0.1916.153 m
Gestures for Google Chrome™ 1.13.4

Chrome Dev61

If the option "Use mouse wheel" is activated, mouse refuses to scroll downwards. It took me quite some time to isolate the extension/option, but I am pretty sure something changed in this version of Chrome and it affects your extension. It works properly if you scroll upwards and it doesn't happen in all sites (ie news.google.com works normally with that option on).

Cancel mouse gesture when tab is switchd

Please make a feature that cancels mouse gestures when tab is switched.

I am using mouse gestures with right mouse button and (right button + mouse wheel) to switch tab.
But following unexpected behavior occurs in this configuration.

  1. Right click and slip cursor just a little unintentionally (but capturing mouse gesture starts).
  2. Right click and wheel to switch tab.
  3. When switch back to previous tab, capturing mouse gesture is still enabled, and it causes unexpected mouse gesture action.

I have the same problem!

For the last 2 days the shortcut Crtl+Shift+T isn´t working anymore... and the reopen tab command disappeared from my itabs context menu...

Today I installed the context menu editor add-on... and turned the reopen closed tabs option visible again just to see that the option is greyed...

Checked for virus and malware... reinstalled the Firefox and nothing...

the thing is that in my personal desktop at home and in the machines at work, the option works just fine...

what did I do wrong???

except for my grammar...

Até mais ver
mr.poneis

Doesn't work on Arch/Linux/x86_64

I couldn't get any gesture to work.
But the arrows are displayed. And so is the contextmenu, even if "supress contextmenu" ist set.

An Exclusion list for specific sites?

There are some sites which use right-click drag for things like scrolling maps or interacting with objects (I know, I hate it too, but it's not my site). Chrome Gestures doesn't get along with these sites, you end up opening all sorts of random things.

I would love it if I could add a site exclusion to Chrome Gestures, so I didn't have to disable the extension every time I use one of these sites.

Thank you!

reopen closed Tab

The function reopen closed tab is not working anymore since some time ... It worked once, but for me not anymore---

Save picture gesture

Hello,

I recently just moved from FireFox to Chrome, and always used mouse gestures so i thought the smart move would be to find the equivalence to that on chrome. On FireFox it allowed me to save pictures moving down and left, but there is no option for that here on chrome, is there a script already made for something like this?

Doesn't work on OS X

Right click and drag opens the context menu instead of doing the gesture.
OS X 10.9.4, Chrome 36.

Action over link (or selected)

I'm actually not sure if this is a bug, or instead, some functionality that I expected and is not there yet.
it is this -
I want to perform a gesture-action while on top of a link (or while text is selected)
examples:

mouse gesture: up-right (over a link) = open the link (under the mouse) in a new tab
or
selected text
mouse gesture: up-left = search for the selected text in a new tab

is this possible now (and I am just not doing something correctly?)
is this supposed to work, and is a bug?
or is ChromeGestures not designed to do these 2 tasks, and this is a new feature request?

Close other tabs

I have reported this issue before in the previous version 1.12.1_0 and it exists again in 1.13.1_0.
When I use a gesture to close other tabs (or close left or right tabs) I would not expect it to close my pinned tabs (that's why they're pinned), but your functions close them regardless of their pinned status.
To work around this, I changed the code in
C:\Users<>\AppData\Local\Google\Chrome\User Data\Default\Extensions\jpkfjicglakibpenojifdiepckckakgk\1.13.1_0\js\TabUtils.js (around line 111 in my installation) from this:
close_other_tabs: function (tab) {
chrome.tabs.getAllInWindow(tab.windowId, function (tabs) {
tabs.forEach(function (_t, i) {
if (_t.id !== tab.id) {
chrome.tabs.remove(_t.id);
}
});
});
},
close_right_tabs: function (tab) {
chrome.tabs.getAllInWindow(tab.windowId, function (tabs) {
tabs.reverse().some(function (_t, i) {
if (_t.id !== tab.id) {
chrome.tabs.remove(_t.id);
} else {
return true;
}
});https://github.com/os0x/ChromeGestures/wiki
});
},
close_left_tabs: function (tab) {
chrome.tabs.getAllInWindow(tab.windowId, function (tabs) {
tabs.some(function (_t, i) {
if (_t.id !== tab.id) {
chrome.tabs.remove(_t.id);
} else {
return true;
}
});
});
},

To this:
close_other_tabs: function (tab) {
chrome.tabs.getAllInWindow(tab.windowId, function (tabs) {
tabs.forEach(function (_t, i) {
if (_t.id !== tab.id) {
if (!_t.pinned) {
chrome.tabs.remove(_t.id);
}
}
});
});
},
close_right_tabs: function (tab) {
chrome.tabs.getAllInWindow(tab.windowId, function (tabs) {
tabs.reverse().some(function (_t, i) {
if (_t.id !== tab.id) {
if (!_t.pinned) {
chrome.tabs.remove(_t.id);
}
} else {
return true;
}
});https://github.com/os0x/ChromeGestures/wiki
});
},
close_left_tabs: function (tab) {
chrome.tabs.getAllInWindow(tab.windowId, function (tabs) {
tabs.some(function (_t, i) {
if (_t.id !== tab.id) {
if (!_t.pinned) {
chrome.tabs.remove(_t.id);
}
} else {
return true;
}
});
});
},

Please tell me how to ...

Please tell me how can I setup like "When flip down on a link, open the link in new tab."

Best Regards.


リンク上で右クリックしながらカーソルダウンで、リンクを新しいタブで開く、というジェスチャーって設定できますか?可能であればやり方教えてください。

よろしくお願いします。

Allow access to file URLs

Add permissions so that we can select "Allow access to file URLs" on the chrome://extensions/ page.

Can't use together with extensions like Remote Torrent Adder

There's no way to use menus in an extension like Remote Torrent Adder (RTA) as ChromeGestures will take over the right click, which means you can't select anything when the menu in RTA popups. I'd rather CG disabled itself on pages like RTA than having to disable the CG extension altogether to be able to use RTA.

Gestures for Google Chrome

Hello,

I have some issues with gestures extension in chrome running on ubuntu/linux.

There is a conflict between right click menu and gestures right click actions.

Is there any solution ?

Thx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.