Custom Shortcuts

Browser keyboard shortcuts to anywhere at anytime

What is Custom Shortcuts?

Custom Shortcuts is a Chrome extension developed by Hango Ventures, LLC, and its main feature is "Browser keyboard shortcuts to anywhere at anytime".

Extension Screenshots

screenshot
screenshot

Download Custom Shortcuts Extension CRX File

Download Custom Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        To get started, reload the browser and then press ⌘ + ⇧ + L on a Mac or CTRL + ⇧ + L on a Windows PC.

Create customized keyboard shortcuts that enable you to keep your hands on the keyboard and away from the mouse.  We are excited about this app and how it can make people more productive.  Please let us know your feedback!

Features:
- Easy to customize, simple layout for creating your shortcuts
- Create three custom global hotkeys for Chrome that help you navigate to urls while in the browser
- Create up to 26 customer sidebar shortcuts that help you quickly navigate to your most used pages
- Quickly move focus back to important tabs by using the shortcut for the URL you'd like to move to
- Provides a reference for Google Chrome Shortcuts.  

Email me lucas@hangoventures for ideas, comments, feedback.

v0.0.1 - initial upload
v0.0.2 - added customization / settings page to define hotkey shortcuts
v0.0.3 - improvements to user experience
v0.0.4 - bug fixes, added options in settings page to show / not show sections, UX improvements
v0.0.5 (20200213) - bug fixes, UI enhancements
v0.0.6 (20200222) - bug fixes, UI enhancements
v0.0.7 (20200225) - quickly add Sidebar Shortcut, added Google Analytics support
v0.1.0. (20220113) - add ability to save shortcuts to cloud                    

Extension Basic Information

Name Custom Shortcuts Custom Shortcuts
ID bomleickifcdlcdonchhdcgkajlnmkmk
Official URL https://chrome.google.com/webstore/detail/custom-shortcuts/bomleickifcdlcdonchhdcgkajlnmkmk
Description Browser keyboard shortcuts to anywhere at anytime
File Size 799 KB
Installation Count 115
Current Version 0.1.01
Last Updated 2022-01-16
Publish Date 2020-02-25
Rating 3.67/5 Total 3 Ratings
Developer Hango Ventures, LLC
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.01",
    "name": "Custom Shortcuts",
    "manifest_version": 3,
    "description": "Browser keyboard shortcuts to anywhere at anytime",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "oauth2": {
        "client_id": "1007336827109-a56thooaajsmcmnmt9kug23uaf8nte6p.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": [],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.html",
                "\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "toggle-extension": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Toggle Extension"
        },
        "open-email": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Open Email"
        },
        "open-calendar": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Open Calendar"
        },
        "open-mailto": {
            "suggested_key": {
                "default": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Open Mailto"
        }
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "tabs",
        "scripting",
        "identity"
    ]
}