VocaDict - Search Once, Remember Forever

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

Qu'est-ce que VocaDict - Search Once, Remember Forever ?

VocaDict - Search Once, Remember Forever est une extension Chrome développée par vocadictteam, et sa fonction principale est "Smart dictionary saves your new words with context and reminds you to learn everyday.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VocaDict - Search Once, Remember Forever

Téléchargez les fichiers d'extension VocaDict - Search Once, Remember Forever au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VocaDict - Search Once, Remember Forever VocaDict - Search Once, Remember Forever
ID pijbfagaiehhimnmncinmaipcdofdife
URL Officiel https://chromewebstore.google.com/detail/vocadict-search-once-reme/pijbfagaiehhimnmncinmaipcdofdife
Description Smart dictionary saves your new words with context and reminds you to learn everyday.
Taille du Fichier 23.11 MB
Nombre d'Installations 90
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-11-26
Date de Publication 2020-07-28
Évaluation 5.00/5 Total 7 Évaluations
Développeur vocadictteam
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vocadict.com/
URL de la Page d'Aide https://vocadict.com/
Langues Prises en Charge 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"
    ]
}