VocaDict - Search Once, Remember Forever

Smart dictionary saves your new words with context and reminds you to learn everyday.

Was ist VocaDict - Search Once, Remember Forever?

VocaDict - Search Once, Remember Forever ist eine Chrome-Erweiterung, die von vocadictteam entwickelt wurde, und ihr Hauptmerkmal ist "Smart dictionary saves your new words with context and reminds you to learn everyday.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

VocaDict - Search Once, Remember Forever-Erweiterungs-CRX-Datei herunterladen

Laden Sie VocaDict - Search Once, Remember Forever-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Highlight or right-click on a section of text and click on Translate icon next to it to translate it to your language. Or click the VocaDict icon on the browser toolbar to search for meaning.

When opening a new tab or visiting VocaDict site, you can take a quick quiz with old words, it helps you remember the word's meaning for the long term.                    

Grundlegende Informationen zur Erweiterung

Name VocaDict - Search Once, Remember Forever VocaDict - Search Once, Remember Forever
ID pijbfagaiehhimnmncinmaipcdofdife
Offizielle URL https://chromewebstore.google.com/detail/vocadict-search-once-reme/pijbfagaiehhimnmncinmaipcdofdife
Beschreibung Smart dictionary saves your new words with context and reminds you to learn everyday.
Dateigröße 23.11 MB
Installationsanzahl 90
Aktuelle Version 1.0.5
Letztes Update 2022-11-26
Veröffentlichungsdatum 2020-07-28
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler vocadictteam
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vocadict.com/
Hilfeseite URL https://vocadict.com/
Unterstützte Sprachen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VocaDict - Search Once, Remember Forever",
    "version": "1.0.5",
    "description": "Smart dictionary saves your new words with context and reminds you to learn everyday.",
    "author": "yura",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "background",
        "unlimitedStorage",
        "storage"
    ],
    "browser_action": {
        "default_title": "title",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "devtools_page": "pages\/devtools.html",
    "options_page": "pages\/popup.html",
    "chrome_url_overrides": {
        "newtab": "pages\/simple-tab.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/static.hotjar.com https:\/\/script.hotjar.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/inject.js",
        "images\/icon-speaker.svg",
        "images\/logo.svg"
    ]
}