GithubHelp home page GithubHelp logo

sbwhitt / custom-actions Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 454 KB

Chrome extension that helps you control your browser with additional keyboard shortcuts

License: GNU Affero General Public License v3.0

HTML 32.99% TypeScript 51.94% SCSS 12.17% Python 2.91%
chrome chrome-extension angular browser browser-extension manifest-v3 productivity typescript

custom-actions's Introduction

Custom Actions extension

Custom keyboard actions for chrome. Now available on the Chrome Web Store!

Default actions

  • Ctrl+Up: Duplicate the current tab
  • Ctrl+Left: Move the current tab left
  • Ctrl+Right: Move the current tab right
  • Ctrl+Down: Move the current tab to it's own window
  • Alt+Shift+Left: Open the last visited location in a new tab
  • Alt+Down: Collapse all tabs into the same window

Screenshots

Main landing screen and Actions list

Main landing screen

Shortcut settings

Shortcut settings

How it works

The keyup and keydown event listeners are loaded in a content script (src/script.ts) which is declared in the manifest under 'content_scripts'. The content script is injected into tabs within the browser when they are created.

When key events are detected, the content script sends actions through messages to the service worker (src/sw.ts) which is registered in the manifest under 'background > service_worker.'

custom-actions's People

Contributors

sbwhitt avatar

Stargazers

Gil Klein avatar

Watchers

 avatar

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.