megaserg / gototab-chrome-extension

Chrome extension analogous to Sublime/Atom Command Palette
3 stars 2 forks source link

[feature proposal] add run anything option #3

Open vors opened 9 years ago

vors commented 9 years ago

Like Ctrl+Shift+P in Sublime Text.

Minimal list of options:

  1. Open history
  2. Open downloads
  3. Open chrome settings
  4. Add to favorite
  5. Open new tab
  6. Reopen tab
  7. Open new incognito tab
  8. Print
  9. .... (can we automatically collect such info?)
vors commented 9 years ago
vors commented 9 years ago

Also I'm always have troubles with finding something in favorites. Maybe have a [separate item in menu] to find in favorites.

megaserg commented 9 years ago

Re: open Chrome DevTools - might be prohibited https://code.google.com/p/chromium/issues/detail?id=112277 /cc @aslushnikov

aslushnikov commented 9 years ago

@megaserg that's indeed prohibitted; btw devtools are easily accessible anyway (F12/Ctrl-Shift-I)

vors commented 9 years ago

Most things in this list are easily accessible. I.e. Ctrl+T for new tab. You would be surprised how many people don't know shortcuts. And one of usecases of this extension can be providing shortcuts reference guide. Like Ctrl+Shift+A in Idea.

I would say that extension should have entry for dev tools (as a reference guide), but show message that explains why we cannot implement it.

vors commented 9 years ago

I don't remember why I closed it. :)

I think, once it's implemented, we should change name to goto-chrome-extension.

vors commented 9 years ago