Vocabu Cards
The extension translates words and lets you learn them by spaced repetition
Was ist Vocabu Cards?
Vocabu Cards ist eine Chrome-Erweiterung, die von https://vocabu.online entwickelt wurde, und ihr Hauptmerkmal ist "The extension translates words and lets you learn them by spaced repetition".
Erweiterungsscreenshots
Vocabu Cards-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vocabu Cards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
We have simplified the study of foreign words and phrases: - Words or phrases are translated inline while browsing. No more switching tabs. - Translated words and phrases can be learnt by spaced repetition method. Other features: - Repetitions can be made on mobile devices. - Translate more than 100 languages. We use Google Translate. - Words and phrases can be translated from learning to native language and vice versa automatically. - Translated words and phrases can be organized to lists that can be shared with other users. - Words and phrases for repetition can be downloaded from Google Translate history or from files (for example, Quizlet). The extension is under active development, so you can influence future features by participating in telegram support channel https://t.me/vocabusupport
Grundlegende Informationen zur Erweiterung
Name | Vocabu Cards |
ID | nemcemofelmalinlbenmmpcmbcpbkcdc |
Offizielle URL | https://chromewebstore.google.com/detail/vocabu-cards/nemcemofelmalinlbenmmpcmbcpbkcdc |
Beschreibung | The extension translates words and lets you learn them by spaced repetition |
Dateigröße | 30.6 KB |
Installationsanzahl | 71 |
Aktuelle Version | 0.8.1 |
Letztes Update | 2022-12-14 |
Veröffentlichungsdatum | 2022-08-07 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://vocabu.online |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://t.me/vocabusupport |
Unterstützte Sprachen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vocabu Cards", "description": "__MSG_extDescription__", "version": "0.8.1", "manifest_version": 3, "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "minimum_chrome_version": "92", "permissions": [ "storage", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/vocabu-16.png", "32": "images\/vocabu-32.png", "48": "images\/vocabu-48.png", "128": "images\/vocabu-128.png" } }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/vocabu.online\/*" ] } } |