Quizlet Shortcuts

Quizlet shortcuts to make learn and write study sets go faster!

What is Quizlet Shortcuts?

Quizlet Shortcuts is a Chrome extension developed by krash, and its main feature is "Quizlet shortcuts to make learn and write study sets go faster!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Quizlet Shortcuts Extension CRX File

Download Quizlet Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Do you ever make a typo on Quizlet and have to take your hand off your keyboard to press "Override: I was correct". Quizlet Shortcuts shortens this process by setting up a shortcut key, that you can customize, to press it for you!!                    

Extension Basic Information

Name Quizlet Shortcuts Quizlet Shortcuts
ID fklckbkonciifmohglgdppgikcbohjob
Official URL https://chromewebstore.google.com/detail/quizlet-shortcuts/fklckbkonciifmohglgdppgikcbohjob
Description Quizlet shortcuts to make learn and write study sets go faster!
File Size 15.86 KB
Installation Count 133
Current Version 1.0.0
Last Updated 2022-05-20
Publish Date 2022-05-18
Rating 5.00/5 Total 1 Ratings
Developer krash
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quizlet Shortcuts",
    "description": "Quizlet shortcuts to make learn and write study sets go faster!",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/quizlet.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Settings"
    },
    "permissions": [
        "storage"
    ]
}