Vocab Saver

Save Vocab Words

What is Vocab Saver?

Vocab Saver is a Chrome extension developed by peterthomasdev, and its main feature is "Save Vocab Words".

Extension Screenshots

screenshot

Download Vocab Saver Extension CRX File

Download Vocab Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Vocab Saver Vocab Saver
ID kigpnagaaaipafllijciicggngbpdcbh
Official URL https://chrome.google.com/webstore/detail/vocab-saver/kigpnagaaaipafllijciicggngbpdcbh
Description Save Vocab Words
File Size 44.26 KB
Installation Count 193
Current Version 2.1
Last Updated 2017-04-03
Publish Date 2017-04-03
Rating 5.00/5 Total 3 Ratings
Developer peterthomasdev
Payment Type free
Supported Languages 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"
    }
}