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ファイルをダウンロード

Shortcut Practice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            }
        }
    }
}