Vocab Saver

Save Vocab Words

什麼是Vocab Saver?

Vocab Saver是由peterthomasdev開發的Chrome擴展程式,該擴展的主要功能是“Save Vocab Words”。

擴展截圖

screenshot

下載Vocab Saver擴展crx文件

下載Vocab Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Vocab Saver Vocab Saver
ID kigpnagaaaipafllijciicggngbpdcbh
官方網址 https://chrome.google.com/webstore/detail/vocab-saver/kigpnagaaaipafllijciicggngbpdcbh
簡介 Save Vocab Words
檔案大小 44.26 KB
安裝次數 193
目前版本 2.1
更新時間 2017-04-03
上架時間 2017-04-03
評分 5.00/5 共 3 次評分
開發者 peterthomasdev
付費類型 free
支援的語言 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"
    }
}