VocaDict - Search Once, Remember Forever

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

Co to jest VocaDict - Search Once, Remember Forever?

VocaDict - Search Once, Remember Forever to rozszerzenie Chrome opracowane przez vocadictteam, a jego główną funkcją jest „Smart dictionary saves your new words with context and reminds you to learn everyday.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VocaDict - Search Once, Remember Forever

Pobierz pliki rozszerzeń VocaDict - Search Once, Remember Forever 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VocaDict - Search Once, Remember Forever VocaDict - Search Once, Remember Forever
ID pijbfagaiehhimnmncinmaipcdofdife
Oficjalny URL https://chromewebstore.google.com/detail/vocadict-search-once-reme/pijbfagaiehhimnmncinmaipcdofdife
Opis Smart dictionary saves your new words with context and reminds you to learn everyday.
Rozmiar pliku 23.11 MB
Liczba instalacji 90
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2022-11-26
Data Publikacji 2020-07-28
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper vocadictteam
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://vocadict.com/
Adres URL Strony Pomocy https://vocadict.com/
Obsługiwane Języki 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"
    ]
}