Shortcut Practice

Practice and master keyboard shortcuts of your favourite websites and apps

Co je Shortcut Practice?

Shortcut Practice je rozšíření Chrome vyvinuté Ryzal Yusoff, a jeho hlavní funkcí je „Practice and master keyboard shortcuts of your favourite websites and apps“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Shortcut Practice

Stáhněte si soubory rozšíření Shortcut Practice ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Shortcut Practice Shortcut Practice
ID jkhijkcmlnnjgjodfmpmpgiafkecladk
Oficiální URL https://chromewebstore.google.com/detail/shortcut-practice/jkhijkcmlnnjgjodfmpmpgiafkecladk
Popis Practice and master keyboard shortcuts of your favourite websites and apps
Velikost souboru 2.65 MB
Počet instalací 27
Aktuální Verze 1.1
Poslední Aktualizace 2022-12-10
Datum Vydání 2022-11-20
Vývojář Ryzal Yusoff
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://shortcutpractice.com
URL Stránky Nápovědy https://airtable.com/shr5x1yMT2ZNTuZvp
URL Stránky Zásad Ochrany Soukromí https://readermode.io/privacy
Podporované Jazyky 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"
            }
        }
    }
}