Anki單字卡擷取介面

簡便的增加anki單字卡

What is Anki單字卡擷取介面?

Anki單字卡擷取介面 is a Chrome extension developed by shnovaj30101, and its main feature is "簡便的增加anki單字卡".

Extension Screenshots

screenshot
screenshot
screenshot

Download Anki單字卡擷取介面 Extension CRX File

Download Anki單字卡擷取介面 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        相比其他的 anki chrome extension,這個 extension 注重在例句形式的 anki 製卡,適合喜歡在網路上閱讀國外文章並製卡學習單字的人

前置作業:
1. 安裝 anki 桌面應用程式

2. 在 anki 上安裝 anki connect plugin

3. 在 anki 上新增該 extension 專用的 anki template


使用流程:
1. 按下 extension icon,並按下「開啟」啟動擷取功能

2. 用滑鼠選取文章例句,出現 popup 介面

3. 在popup 介面中點選生字並加入中文翻譯

4-a. 按下「Add to anki」直接加進 anki(需要先開啟 anki,並以安裝 ankiConnect plugin) 

4-b. 或是按下「Add to background」加到 background,之後按下 extension icon,並按下「下載」把剛剛加入的例句下載成文字檔,然後匯入到 anki

另外該 extension 還能將文章的網址和備註加入到 anki 卡片中,註名該卡片的來源網址以及額外資訊

宣傳影片註一(anki 官網):
https://apps.ankiweb.net/

宣傳影片註二(ankiConnect 官方頁面):
https://ankiweb.net/shared/info/2055492159

宣傳影片註三(anki 客製化 template 程式頁面):
https://github.com/shnovaj30101/shno_word_card_extension/tree/master/anki_template                    

Extension Basic Information

Name Anki單字卡擷取介面 Anki單字卡擷取介面
ID ndokeeebhenlhpdnpneeoojkmcmjindb
Official URL https://chromewebstore.google.com/detail/anki%E5%96%AE%E5%AD%97%E5%8D%A1%E6%93%B7%E5%8F%96%E4%BB%8B%E9%9D%A2/ndokeeebhenlhpdnpneeoojkmcmjindb
Description 簡便的增加anki單字卡
File Size 90.01 KB
Installation Count 94
Current Version 2.1.0
Last Updated 2023-09-27
Publish Date 2019-10-17
Developer shnovaj30101
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anki\u55ae\u5b57\u5361\u64f7\u53d6\u4ecb\u9762",
    "description": "\u7c21\u4fbf\u7684\u589e\u52a0anki\u55ae\u5b57\u5361",
    "version": "2.1.0",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "bg\/popup.html"
    },
    "background": {
        "service_worker": "bg\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "fg\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}