DuoCards

Translate and save words from browser using DuoCards

什麼是DuoCards?

DuoCards是由https://duocards.com開發的Chrome擴展程式,該擴展的主要功能是“Translate and save words from browser using DuoCards”。

擴展截圖

screenshot
screenshot

下載DuoCards擴展crx文件

下載DuoCards擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 DuoCards DuoCards
ID bgojhcbkjlloemicdchpifpnbcjiijmd
官方網址 https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd
簡介 Translate and save words from browser using DuoCards
檔案大小 10.06 KB
安裝次數 26,804
目前版本 1.7
更新時間 2023-10-07
上架時間 2020-12-18
評分 3.06/5 共 36 次評分
開發者 https://duocards.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://duocards.com
支援的語言 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
}