Shortcut Practice

Practice and master keyboard shortcuts of your favourite websites and apps

Was ist Shortcut Practice?

Shortcut Practice ist eine Chrome-Erweiterung, die von Ryzal Yusoff entwickelt wurde, und ihr Hauptmerkmal ist "Practice and master keyboard shortcuts of your favourite websites and apps".

Erweiterungsscreenshots

screenshot
screenshot

Shortcut Practice-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shortcut Practice-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shortcut Practice Shortcut Practice
ID jkhijkcmlnnjgjodfmpmpgiafkecladk
Offizielle URL https://chromewebstore.google.com/detail/shortcut-practice/jkhijkcmlnnjgjodfmpmpgiafkecladk
Beschreibung Practice and master keyboard shortcuts of your favourite websites and apps
Dateigröße 2.65 MB
Installationsanzahl 27
Aktuelle Version 1.1
Letztes Update 2022-12-10
Veröffentlichungsdatum 2022-11-20
Entwickler Ryzal Yusoff
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://shortcutpractice.com
Hilfeseite URL https://airtable.com/shr5x1yMT2ZNTuZvp
URL der Datenschutzrichtlinien-Seite https://readermode.io/privacy
Unterstützte Sprachen 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"
            }
        }
    }
}