Vocab Saver
Save Vocab Words
Wat is Vocab Saver?
Vocab Saver is een Chrome-extensie ontwikkeld door peterthomasdev, en de belangrijkste functie is "Save Vocab Words".
Extensie Screenshots
Download het CRX-bestand van de extensie Vocab Saver
Download Vocab Saver-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
Using this extension you can add words to vocab lists as you are reading in your browser. This allows you to continue your train of thought with minimal interruptions from new words. Once you are done you can simply copy and paste the list of words into your choice of flashcards or vocab lists. Vocab Saver has a language list for all languages that Google offers.
Basisinformatie over de Extensie
Naam | |
ID | kigpnagaaaipafllijciicggngbpdcbh |
Officiële URL | https://chrome.google.com/webstore/detail/vocab-saver/kigpnagaaaipafllijciicggngbpdcbh |
Beschrijving | Save Vocab Words |
Bestandsgrootte | 44.26 KB |
Aantal Installaties | 193 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2017-04-03 |
Publicatiedatum | 2017-04-03 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | peterthomasdev |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vocab Saver", "description": "Save Vocab Words", "version": "2.1", "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io\/1.3.0\/material.min.js; object-src 'self'", "permissions": [ "storage", "contextMenus", "activeTab" ], "icons": { "16": "16-bit-icon.ico" }, "browser_action": { "default_icon": "standard-icon.png", "default_popup": "vocabSaver.html" } } |