VocaDict - Search Once, Remember Forever

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

VocaDict - Search Once, Remember Forever là gì?

VocaDict - Search Once, Remember Forever là một tiện ích mở rộng Chrome được phát triển bởi vocadictteam, và tính năng chính của nó là "Smart dictionary saves your new words with context and reminds you to learn everyday.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VocaDict - Search Once, Remember Forever

Tải xuống các tệp mở rộng VocaDict - Search Once, Remember Forever dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VocaDict - Search Once, Remember Forever VocaDict - Search Once, Remember Forever
ID pijbfagaiehhimnmncinmaipcdofdife
URL Chính Thức https://chromewebstore.google.com/detail/vocadict-search-once-reme/pijbfagaiehhimnmncinmaipcdofdife
Mô tả Smart dictionary saves your new words with context and reminds you to learn everyday.
Kích Thước Tệp 23.11 MB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-11-26
Ngày Phát Hành 2020-07-28
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển vocadictteam
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vocadict.com/
URL Trang Trợ Giúp https://vocadict.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}