Shortcut Practice

Practice and master keyboard shortcuts of your favourite websites and apps

Co to jest Shortcut Practice?

Shortcut Practice to rozszerzenie Chrome opracowane przez Ryzal Yusoff, a jego główną funkcją jest „Practice and master keyboard shortcuts of your favourite websites and apps”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Shortcut Practice

Pobierz pliki rozszerzeń Shortcut Practice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shortcut Practice Shortcut Practice
ID jkhijkcmlnnjgjodfmpmpgiafkecladk
Oficjalny URL https://chromewebstore.google.com/detail/shortcut-practice/jkhijkcmlnnjgjodfmpmpgiafkecladk
Opis Practice and master keyboard shortcuts of your favourite websites and apps
Rozmiar pliku 2.65 MB
Liczba instalacji 27
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-12-10
Data Publikacji 2022-11-20
Deweloper Ryzal Yusoff
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://shortcutpractice.com
Adres URL Strony Pomocy https://airtable.com/shr5x1yMT2ZNTuZvp
Adres URL Strony Polityki Prywatności https://readermode.io/privacy
Obsługiwane Języki 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"
            }
        }
    }
}