DuoCards

Translate and save words from browser using DuoCards

DuoCards là gì?

DuoCards là một tiện ích mở rộng Chrome được phát triển bởi https://duocards.com, và tính năng chính của nó là "Translate and save words from browser using DuoCards".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DuoCards

Tải xuống các tệp mở rộng DuoCards 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

                        Translate and save words from the browser using DuoCards!

Select any text in your browser or right-click on an unknown word, translate the word and save it into your DuoCards deck.

Alternatively, you can click on the Mammoth icon of this extension in the top right corner, translate and save any phrase you need.

Later on, you will be able to use it for learning in the app on your phone.

*Requirements
Make sure you have DuoCards installed on your phone and have completed the registration before you start using this extension.                    

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

Tên DuoCards DuoCards
ID bgojhcbkjlloemicdchpifpnbcjiijmd
URL Chính Thức https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd
Mô tả Translate and save words from browser using DuoCards
Kích Thước Tệp 10.06 KB
Số Lần Cài Đặt 26,804
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2023-10-07
Ngày Phát Hành 2020-12-18
Đánh Giá 3.06/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://duocards.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://duocards.com
Ngôn Ngữ Được Hỗ Trợ en,es,pt-BR,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuoCards",
    "version": "1.7",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/app.duocards.com\/*",
        "http:\/\/localhost:3000\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 3
}