liuyang1520 / simple-hotkeys

A lightweight Chrome extension for enhancing existing Chrome hotkeys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Hotkeys

A lightweight Chrome extension for enhancing existing Chrome hotkeys (Chrome Web Store link).

While there are a plenty of extensions giving users a variety of configurations for shortcuts/hotkeys, the ideas behind this application are

  • lightweight
  • preconfigured
  • intuitively
  • simple

Features

  • Search text in new tab and switch to it: Ctrl/Command(⌘) + Shift(⇧) + k
  • Search text in new tab in background: Ctrl/Command(⌘) + Shift(⇧) + l
  • Pin/Unpin current tab: Ctrl/Command(⌘) + Shift(⇧) + p
  • Detach current tab to a new window: no default
  • Navigate to last active tab: Ctrl/Command(⌘) + Shift(⇧) + e

Command(⌘) is replaced with Ctrl key for Windows computers.

Issues

Please feel free to contribute directly or create issues for any bugs and feature suggestions.

Contribution

  1. npm ci or npm install
  2. npx gulp
  3. Load ./dist into Chrome browser extensions for testing
  4. npx gulp package to create .zip package

Credits

Open-source projects:

Contributors:

License

MIT

About

A lightweight Chrome extension for enhancing existing Chrome hotkeys

License:MIT License


Languages

Language:JavaScript 83.9%Language:HTML 13.2%Language:SCSS 2.9%