Shortcut Practice

Practice and master keyboard shortcuts of your favourite websites and apps

Shortcut Practice란 무엇입니까?

Shortcut Practice은(는) Ryzal Yusoff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Practice and master keyboard shortcuts of your favourite websites and apps"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shortcut Practice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Shortcut Practice Shortcut Practice
ID jkhijkcmlnnjgjodfmpmpgiafkecladk
공식 URL https://chromewebstore.google.com/detail/shortcut-practice/jkhijkcmlnnjgjodfmpmpgiafkecladk
설명 Practice and master keyboard shortcuts of your favourite websites and apps
파일 크기 2.65 MB
설치 횟수 27
현재 버전 1.1
최근 업데이트 2022-12-10
출시 날짜 2022-11-20
개발자 Ryzal Yusoff
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://shortcutpractice.com
도움말 페이지 URL https://airtable.com/shr5x1yMT2ZNTuZvp
개인정보 보호 정책 페이지 URL https://readermode.io/privacy
지원되는 언어 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"
            }
        }
    }
}