VocaDict - Search Once, Remember Forever

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

VocaDict - Search Once, Remember Forever क्या है?

VocaDict - Search Once, Remember Forever vocadictteam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smart dictionary saves your new words with context and reminds you to learn everyday."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VocaDict - Search Once, Remember Forever एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम VocaDict - Search Once, Remember Forever VocaDict - Search Once, Remember Forever
ID pijbfagaiehhimnmncinmaipcdofdife
आधिकारिक URL https://chromewebstore.google.com/detail/vocadict-search-once-reme/pijbfagaiehhimnmncinmaipcdofdife
विवरण Smart dictionary saves your new words with context and reminds you to learn everyday.
फ़ाइल का आकार 23.11 MB
स्थापना संख्या 90
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2022-11-26
प्रकाशन तिथि 2020-07-28
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर vocadictteam
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vocadict.com/
सहायता पृष्ठ URL https://vocadict.com/
समर्थित भाषाएँ 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"
    ]
}