Anki 划词制卡助手

划词翻译,一键制卡

What is Anki 划词制卡助手?

Anki 划词制卡助手 is a Chrome extension developed by Huang Zhenyu, and its main feature is "划词翻译,一键制卡".

Extension Screenshots

screenshot
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

                        英语学习者在新闻网站或者社交媒体上进行增量阅读(Incremental Reading)或者沉浸式阅读(Immersion Reading)时,往往需要能够随手翻译生词帮助理解,而阅读过后,又希望能将刚才阅读时遇到的生词和上下文语句作为笔记保存,以供日后复习。Anki本身提供了不错的间隔式复习功能,但是制卡的过程略微繁琐。Anki划词制卡助手,就是为了帮助学习者在阅读的同时,将生词,释义,音标,语音音频和上下文例句一键保存并制作成Anki卡片,以供日后复习。

使用方法
--------
1. 鼠标移到单词,按Shift翻译。
2. 按喇叭图标,听取单词发音。
3. 按加号按钮,在Anki PC制卡。

注意事项:
--------
PC端制卡需要安装ankiconnect插件。

作者主页:
--------
http://www.laohuang.net                    

Extension Basic Information

Name Anki 划词制卡助手 Anki 划词制卡助手
ID ajencmdaamfnkgilhpgkepfhfgjfplnn
Official URL https://chromewebstore.google.com/detail/anki-%E5%88%92%E8%AF%8D%E5%88%B6%E5%8D%A1%E5%8A%A9%E6%89%8B/ajencmdaamfnkgilhpgkepfhfgjfplnn
Description 划词翻译,一键制卡
File Size 5.22 MB
Installation Count 11,350
Current Version 1.0
Last Updated 2018-06-24
Publish Date 2018-06-24
Rating 4.67/5 Total 138 Ratings
Developer Huang Zhenyu
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anki \u5212\u8bcd\u5236\u5361\u52a9\u624b",
    "version": "1.0",
    "description": "\u5212\u8bcd\u7ffb\u8bd1\uff0c\u4e00\u952e\u5236\u5361",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "author": "Zhenyu Huang",
    "background": {
        "page": "bg\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "fg\/js\/source-range.js",
                "fg\/js\/source-element.js",
                "fg\/js\/popup.js",
                "fg\/js\/api.js",
                "fg\/js\/client.js"
            ],
            "css": [
                "fg\/css\/client.css"
            ]
        }
    ],
    "minimum_chrome_version": "45.0.0.0",
    "options_ui": {
        "page": "bg\/options.html"
    },
    "permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "fg\/css\/frame.css",
        "fg\/img\/add_kanji.png",
        "fg\/img\/add_vocab_kana.png",
        "fg\/img\/add_vocab_kanji.png",
        "fg\/img\/play_audio.png",
        "fg\/js\/frame.js"
    ]
}