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
官方網址 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"
            }
        }
    }
}