Shortcut Practice

Practice and master keyboard shortcuts of your favourite websites and apps

Cos'è Shortcut Practice?

Shortcut Practice è un'estensione di Chrome sviluppata da Ryzal Yusoff, e la sua funzione principale è "Practice and master keyboard shortcuts of your favourite websites and apps".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Shortcut Practice

Scarica i file di estensione Shortcut Practice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Shortcut Practice Shortcut Practice
ID jkhijkcmlnnjgjodfmpmpgiafkecladk
URL Ufficiale https://chromewebstore.google.com/detail/shortcut-practice/jkhijkcmlnnjgjodfmpmpgiafkecladk
Descrizione Practice and master keyboard shortcuts of your favourite websites and apps
Dimensione del File 2.65 MB
Conteggio Installazioni 27
Versione Corrente 1.1
Ultimo Aggiornamento 2022-12-10
Data di Pubblicazione 2022-11-20
Sviluppatore Ryzal Yusoff
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://shortcutpractice.com
URL della Pagina di Aiuto https://airtable.com/shr5x1yMT2ZNTuZvp
URL della Pagina della Politica sulla Privacy https://readermode.io/privacy
Lingue Supportate 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"
            }
        }
    }
}