Spanish Vocab

Learn spanish vocabulary while you are surfing the web!

什麼是Spanish Vocab?

Spanish Vocab是由Caffelabs, LLC開發的Chrome擴展程式,該擴展的主要功能是“Learn spanish vocabulary while you are surfing the web!”。

擴展截圖

screenshot
screenshot
screenshot

下載Spanish Vocab擴展crx文件

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

擴展使用說明

                        Spanish Vocab let's you learn new spanish words while you are surfing the web! At an interval of your choosing, our extension will show you a spanish vocab card including the spanish word and it's english translation on any website you are on!

This is a great passive way to learn new words while you are going about your day on the internet! You can customize your settings to show you a new word every minute, 5 minutes, 15 minutes, 30 minutes, 1 hour, 6 hours, etc.

Spanish Vocab currently has over 1,500 unique spanish words to learn and we are adding more every day!                    

擴展基本資訊

名稱 Spanish Vocab Spanish Vocab
ID hhkafeocbjjkbocepgkmeoaicoipabgj
官方網址 https://chrome.google.com/webstore/detail/spanish-vocab/hhkafeocbjjkbocepgkmeoaicoipabgj
簡介 Learn spanish vocabulary while you are surfing the web!
檔案大小 28.36 KB
安裝次數 31
目前版本 0.2
更新時間 2020-06-19
上架時間 2020-06-19
評分 4.00/5 共 3 次評分
開發者 Caffelabs, LLC
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spanish Vocab",
    "version": "0.2",
    "description": "Learn spanish vocabulary while you are surfing the web!",
    "icons": {
        "16": "images\/spainflag16.png",
        "32": "images\/spainflag32.png",
        "48": "images\/spainflag48.png",
        "128": "images\/spainflag128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "16": "images\/spainflag16.png",
            "32": "images\/spainflag32.png",
            "48": "images\/spainflag48.png",
            "128": "images\/spainflag128.png"
        }
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "display.js"
            ]
        }
    ],
    "manifest_version": 2
}