Anki單字卡擷取介面

簡便的增加anki單字卡

Anki單字卡擷取介面とは何ですか?

Anki單字卡擷取介面はshnovaj30101によって開発されたChromeの拡張機能で、その主な機能は「簡便的增加anki單字卡」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Anki單字卡擷取介面拡張機能のCRXファイルをダウンロード

Anki單字卡擷取介面拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        相比其他的 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
Eメール [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"
    ]
}