Vocab Swap

Learn a language while browsing the internet

Wat is Vocab Swap?

Vocab Swap is een Chrome-extensie ontwikkeld door http://vocabswap.com, en de belangrijkste functie is "Learn a language while browsing the internet".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Vocab Swap

Download Vocab Swap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Vocab Swap helps you effortlessly learn a new language while you surf the web.

Add words that you're learning, and Vocab Swap will automatically replace those words on web pages that you visit.                    

Basisinformatie over de Extensie

Naam Vocab Swap Vocab Swap
ID aohlhfpmngfjpjfficefmhcpabejdkio
Officiële URL https://chrome.google.com/webstore/detail/vocab-swap/aohlhfpmngfjpjfficefmhcpabejdkio
Beschrijving Learn a language while browsing the internet
Bestandsgrootte 480 KB
Aantal Installaties 70
Huidige Versie 1.1
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar http://vocabswap.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vocabswap.com
Help Pagina-URL https://vocabswap.com
URL van de Privacybeleid Pagina https://vocabswap.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocab Swap",
    "version": "1.1",
    "description": "Learn a language while browsing the internet",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/libs\/findAndReplaceDOMText.js",
                "content-scripts\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html"
    }
}