AlbertAdekanye / my-web-shortcuts

A Browser Extension to create custom keyboard shortcuts for any website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: There are a lot of basic functionalities missing currently, that's why this project has a lot of scope for contributions, star & watch the repository to stay updated, or follow @Prakhartiwari0 on Twitter.

image

My Web Shortcuts

A Browser Extension to create custom keyboard shortcuts on any website. When you click on the Extension icon in the toolbar, you get to select an element to set the shortcut for, and then select the keyboard key to use in order to click on that element. After doing that, just reload the website and you will be able to click on that element just by pressing the key.

How to Install the extension

Note: Only Chromium-based browsers like Google Chrome & Brave are supported currently.

Show the Steps
  1. Clone the repository & Open the folder
    git clone "https://github.com/prakhartiwari0/my-web-shortcuts" && cd my-web-shortcuts
  2. Install the Packages using NPM
    npm i
  3. Start the Development Server
    npm run dev
  4. Drag and upload the newly generated dist folder into your Browser
  5. The extension is now installed in the browser, but you need to reload the website to use it.

About

A Browser Extension to create custom keyboard shortcuts for any website

License:MIT License


Languages

Language:JavaScript 90.9%Language:CSS 5.9%Language:HTML 3.3%