Quizlet Shortcuts
Quizlet shortcuts to make learn and write study sets go faster!
Wat is Quizlet Shortcuts?
Quizlet Shortcuts is een Chrome-extensie ontwikkeld door krash, en de belangrijkste functie is "Quizlet shortcuts to make learn and write study sets go faster!".
Extensie Screenshots
Download het CRX-bestand van de extensie Quizlet Shortcuts
Download Quizlet Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!! Basisinformatie over de Extensie
| Naam | |
| ID | fklckbkonciifmohglgdppgikcbohjob |
| Officiële URL | https://chromewebstore.google.com/detail/quizlet-shortcuts/fklckbkonciifmohglgdppgikcbohjob |
| Beschrijving | Quizlet shortcuts to make learn and write study sets go faster! |
| Bestandsgrootte | 15.86 KB |
| Aantal Installaties | 133 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2022-05-20 |
| Publicatiedatum | 2022-05-18 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | krash |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |