Skip to content

HOTKEYS is a chrome extension built to free users from memorizing Shortcuts.Keys combinations can be accessed by just clicking a button which neatly presents shortcuts in well segregated manner.

License

Notifications You must be signed in to change notification settings

Aryanutkarsh/Hotkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

logo image

HotKeys

HOTKEYS is a chrome extension built to free users from memorizing Shortcuts.Keys combinations can be accessed by just clicking a button which neatly presents shortcuts in well segregated manner.

"This extension is not published on google webstore.So,You have to install it manually. Please refer Run Locally section"

Author

@Aryanutkarsh

Demo

demo


Color Reference

Color Hex
Background Colour #443737 #443737
Primary Colour #ff4d00 #FF0000
Secondary Colour #ff0000 #FF4D00

Contribution 👥️️

Great to see you are checking this section!😁

Add more shortcuts ➕️

⁍ To add more schortcuts:

Navigate to root folder → Open popup.html → Go to body tag → Use respective code block

⁍ Add schortcut in existing category

Use below given template

 <button class="collapsible">Existing Category</button>
      <div class="content">
        <p class="keyshortcut">Action<kbd>Key name</kbd>   <kbd>Key name</kbd></p>
        <p class="keyshortcut">Fullscreen<kbd>F11</kbd></p>
      </div>
⁍ Add Another Category & add schortcut
 <button class="collapsible">Main Category/Website name</button>
      <div class="content">
        <p class="keyshortcut">Action<kbd>Key name</kbd>   <kbd>Key name</kbd></p>
        <p class="keyshortcut">Fullscreen<kbd>F11</kbd></p>
      </div>

Add Feature

Popup.html is the main html to runs when extension is used

script.js includes all the javascript

style.css includes all the styling

manifest.json includes details about extension


Run Locally / Install on Chrome

⁍ Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

⁍ Download the code in zip format

⁍ Extract it

⁍ Open extension page in Google chrome

There are several ways todo that.

1.Type chrome://extensions in the url bar and press enter.

2.Click on the tree dots in the top right of the browser, then click "More tools" then click "Extensions".

⁍ Enable Developers option

⁍ Click on Load unpacked,then select the unziped folder


License

GPLv3 License

About

HOTKEYS is a chrome extension built to free users from memorizing Shortcuts.Keys combinations can be accessed by just clicking a button which neatly presents shortcuts in well segregated manner.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published