Quizlet Image Adder
Automatically add images to or remove images from all Quizlet cards.
Wat is Quizlet Image Adder?
Quizlet Image Adder is een Chrome-extensie ontwikkeld door Chris Barkachi, en de belangrijkste functie is "Automatically add images to or remove images from all Quizlet cards.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quizlet Image Adder
Download Quizlet Image Adder-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
✅ A handy Quizlet add-on that will save you the manual effort of adding an image to each card. The extension won't change images for cards you've already set.
✅ Doesn't require Quizlet Plus (recommended image search is built into Quizlet but you must manually add an image to each card in your set).
🔃 Make sure to refresh after installing.
🖱 To use the extension, navigate to the "Edit" page of your set. Sit back, relax, and watch as your cards come to life. Basisinformatie over de Extensie
| Naam | |
| ID | gflmkjgkabemkmdkinacnafbkgbihomp |
| Officiële URL | https://chromewebstore.google.com/detail/quizlet-image-adder/gflmkjgkabemkmdkinacnafbkgbihomp |
| Beschrijving | Automatically add images to or remove images from all Quizlet cards. |
| Bestandsgrootte | 16.41 KB |
| Aantal Installaties | 130 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2020-08-15 |
| Publicatiedatum | 2020-07-25 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Chris Barkachi |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quizlet Image Adder",
"version": "1.2",
"description": "Automatically add images to or remove images from all Quizlet cards.",
"manifest_version": 2,
"icons": {
"128": "abc.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/quizlet.com\/*"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "abc.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"activeTab",
"storage"
]
} | |