Vocab Saver
Save Vocab Words
Apa itu Vocab Saver?
Vocab Saver adalah ekstensi Chrome yang dikembangkan oleh peterthomasdev, dan fitur utamanya adalah "Save Vocab Words".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Vocab Saver
Unduh file ekstensi Vocab Saver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kigpnagaaaipafllijciicggngbpdcbh |
URL Resmi | https://chrome.google.com/webstore/detail/vocab-saver/kigpnagaaaipafllijciicggngbpdcbh |
Deskripsi | Save Vocab Words |
Ukuran File | 44.26 KB |
Jumlah Instalasi | 193 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2017-04-03 |
Tanggal Publikasi | 2017-04-03 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | peterthomasdev |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |