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
电子邮箱 [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"
            }
        }
    }
}