Spanish Vocab

Learn spanish vocabulary while you are surfing the web!

Co to jest Spanish Vocab?

Spanish Vocab to rozszerzenie Chrome opracowane przez Caffelabs, LLC, a jego główną funkcją jest „Learn spanish vocabulary while you are surfing the web!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Spanish Vocab

Pobierz pliki rozszerzeń Spanish Vocab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Spanish Vocab Spanish Vocab
ID hhkafeocbjjkbocepgkmeoaicoipabgj
Oficjalny URL https://chrome.google.com/webstore/detail/spanish-vocab/hhkafeocbjjkbocepgkmeoaicoipabgj
Opis Learn spanish vocabulary while you are surfing the web!
Rozmiar pliku 28.36 KB
Liczba instalacji 31
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2020-06-19
Data Publikacji 2020-06-19
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Caffelabs, LLC
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}