Vocably
Vocably helps to translate new words and phrases and then learn them on your mobile devices.
Was ist Vocably?
Vocably ist eine Chrome-Erweiterung, die von https://vocably.pro entwickelt wurde, und ihr Hauptmerkmal ist "Vocably helps to translate new words and phrases and then learn them on your mobile devices.".
Erweiterungsscreenshots
Vocably-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vocably-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
This extension is perfect for those who study the language and want to understand it on a reasonable level. 🔥 Now supports YouTube subtitles (in beta mode). Hold Alt (or Option Key ⌥ if you are on Mac) to select a word or phrase in YouTube subtitles. How Vocably works: • Select any word or phrase on any website and click on the popup button • Vocably generates flashcards and saves them in your collection • Study your flashcards in the iPhone or Android application The list of supported languages can be found at https://vocably.pro
Grundlegende Informationen zur Erweiterung
Name | Vocably |
ID | baocigmmhhdemijfjnjdidbkfgpgogmb |
Offizielle URL | https://chromewebstore.google.com/detail/vocably/baocigmmhhdemijfjnjdidbkfgpgogmb |
Beschreibung | Vocably helps to translate new words and phrases and then learn them on your mobile devices. |
Dateigröße | 248 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.237.1 |
Letztes Update | 2024-03-02 |
Veröffentlichungsdatum | 2022-07-29 |
Bewertung | 4.56/5 Insgesamt 9 Bewertungen |
Entwickler | https://vocably.pro |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://vocably.pro |
URL der Datenschutzrichtlinien-Seite | https://vocably.pro/privacy-policy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Vocably", "description": "Vocably helps to translate new words and phrases and then learn them on your mobile devices.", "version": "1.237.1", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "action": { "default_icon": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ], "exclude_matches": [], "all_frames": true } ], "permissions": [ "storage" ], "externally_connectable": { "matches": [ "https:\/\/*.vocably.pro\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArKNqtdLHY0m5KYrwlINdtqAbuM24V437v3AwODOQOR6nZjb1dKz27Gjb05TgwFIF4ZjvHO4hmDsdl88FvqAM1LPReOvVpOH+uxDF0QPYrBm7F4CXwtI4QOgtAesfk0AEgFsRYU794VItbihciyFJ9rkfDWjA7riHrFkcfNic8BDuT5yrtXWdBwj2YMinWXotvBCqrG\/oGc2WAYty9Ni65brVWe7F5+LiIxpkgtQhMq2imSrnUYIadQf3dyaExKAzCATM6DGjDMBxgHYS+H8tG+o4PLIarkP\/zEilbFQyG4S1xL3df0AtJ1MmXHnHWlkoV6JCt1ACmo+LFzzhOstikQIDAQAB", "background": { "service_worker": "service-worker.js" } } |