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"
| Color | Hex |
|---|---|
| Background Colour | |
| Primary Colour | |
| Secondary Colour |
Great to see you are checking this section!π
β To add more schortcuts:
Navigate to root folder β Open popup.html β Go to body tag β Use respective code block
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> <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>β 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
git clone https://link-to-projectGo 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