Anki單字卡擷取介面

簡便的增加anki單字卡

Anki單字卡擷取介面란 무엇입니까?

Anki單字卡擷取介面은(는) shnovaj30101에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "簡便的增加anki單字卡"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Anki單字卡擷取介面 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        相比其他的 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                    

확장 프로그램 기본 정보

이름 Anki單字卡擷取介面 Anki單字卡擷取介面
ID ndokeeebhenlhpdnpneeoojkmcmjindb
공식 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
설명 簡便的增加anki單字卡
파일 크기 90.01 KB
설치 횟수 94
현재 버전 2.1.0
최근 업데이트 2023-09-27
출시 날짜 2019-10-17
개발자 shnovaj30101
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}