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 | #443737 |
Primary Colour | #FF0000 |
Secondary Colour | #FF4D00 |
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-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