Shortcut Practice

Practice and master keyboard shortcuts of your favourite websites and apps

What is Shortcut Practice?

Shortcut Practice is a Chrome extension developed by Ryzal Yusoff, and its main feature is "Practice and master keyboard shortcuts of your favourite websites and apps".

Extension Screenshots

screenshot
screenshot

Download Shortcut Practice Extension CRX File

Download Shortcut Practice 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

                        This is a paid extension  and requires a license to use. You can buy yours at https://gum.co/shortcutpractice

This extension helps you  train the muscle-memory required to have you instinctively pressing those key combinations without hesitation. 
 
More than 20+ apps with 1000+ shortcuts available right now for you to practice. We are adding these all the time and if the app you want is not currently supported yet, we are more than happy to add it for you.                    

Extension Basic Information

Name Shortcut Practice Shortcut Practice
ID jkhijkcmlnnjgjodfmpmpgiafkecladk
Official URL https://chromewebstore.google.com/detail/shortcut-practice/jkhijkcmlnnjgjodfmpmpgiafkecladk
Description Practice and master keyboard shortcuts of your favourite websites and apps
File Size 2.65 MB
Installation Count 27
Current Version 1.1
Last Updated 2022-12-10
Publish Date 2022-11-20
Developer Ryzal Yusoff
Email [email protected]
Payment Type in_app
Extension Website https://shortcutpractice.com
Help Page URL https://airtable.com/shr5x1yMT2ZNTuZvp
Privacy Policy Page URL https://readermode.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shortcut Practice",
    "version": "1.1",
    "description": "Practice and master keyboard shortcuts of your favourite websites and apps",
    "icons": {
        "16": "img\/icons\/icon.png",
        "48": "img\/icons\/icon.png",
        "128": "img\/icons\/icon.png"
    },
    "author": "@ryzalyusoff",
    "homepage_url": "https:\/\/shortcutpractice.com",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_icon": "img\/icons\/icon.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "css\/*",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "open_app": {
            "description": "Open the app",
            "suggested_key": {
                "default": "Alt+Shift+K"
            }
        }
    }
}