Quizlet Shortcuts
Quizlet shortcuts to make learn and write study sets go faster!
Co to jest Quizlet Shortcuts?
Quizlet Shortcuts to rozszerzenie Chrome opracowane przez krash, a jego główną funkcją jest „Quizlet shortcuts to make learn and write study sets go faster!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quizlet Shortcuts
Pobierz pliki rozszerzeń Quizlet Shortcuts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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!!                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | fklckbkonciifmohglgdppgikcbohjob | 
| Oficjalny URL | https://chromewebstore.google.com/detail/quizlet-shortcuts/fklckbkonciifmohglgdppgikcbohjob | 
| Opis | Quizlet shortcuts to make learn and write study sets go faster! | 
| Rozmiar pliku | 15.86 KB | 
| Liczba instalacji | 133 | 
| Aktualna Wersja | 1.0.0 | 
| Ostatnia Aktualizacja | 2022-05-20 | 
| Data Publikacji | 2022-05-18 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | krash | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    ]
} | |