Shortcut Practice

Practice and master keyboard shortcuts of your favourite websites and apps

Wat is Shortcut Practice?

Shortcut Practice is een Chrome-extensie ontwikkeld door Ryzal Yusoff, en de belangrijkste functie is "Practice and master keyboard shortcuts of your favourite websites and apps".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Shortcut Practice

Download Shortcut Practice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shortcut Practice Shortcut Practice
ID jkhijkcmlnnjgjodfmpmpgiafkecladk
Officiële URL https://chromewebstore.google.com/detail/shortcut-practice/jkhijkcmlnnjgjodfmpmpgiafkecladk
Beschrijving Practice and master keyboard shortcuts of your favourite websites and apps
Bestandsgrootte 2.65 MB
Aantal Installaties 27
Huidige Versie 1.1
Laatst Bijgewerkt 2022-12-10
Publicatiedatum 2022-11-20
Ontwikkelaar Ryzal Yusoff
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://shortcutpractice.com
Help Pagina-URL https://airtable.com/shr5x1yMT2ZNTuZvp
URL van de Privacybeleid Pagina https://readermode.io/privacy
Ondersteunde Talen 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"
            }
        }
    }
}