Clip to Anki

Clip page content to Anki (currently supported: arxiv). A running anki-connect is required.

什么是Clip to Anki?

Clip to Anki是由Fujun Du开发的Chrome扩展程序,该扩展的主要功能是“Clip page content to Anki (currently supported: arxiv). A running anki-connect is required.”。

扩展截图

screenshot
screenshot

下载Clip to Anki扩展crx文件

下载Clip to Anki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically extract information from supported websites to create an Anki card (note), and add to the Anki database.  All the fields can be manually edited before importing to Anki.

By default the card will be imported to an Anki deck named "Papers", and will have a type name "Paper".

The Fields included in the card are:
- Front (default to the title of a paper in the case of arxiv)
- Back (default to the abstract in the case of arxiv)
- Year
- Author
- Title
- URL
- Journal
- Tags (default to the paper category in the case of arxiv)

A running anki-connect (see https://foosoft.net/projects/anki-connect/index.html) listening to 127.0.0.1:8765 is required for this to work.

Currently supported sites:
- arxiv                    

扩展基本信息

名称 Clip to Anki Clip to Anki
ID fgokpeebjjlplghkjahdcidpfnpcemmd
官方URL https://chromewebstore.google.com/detail/clip-to-anki/fgokpeebjjlplghkjahdcidpfnpcemmd
简介 Clip page content to Anki (currently supported: arxiv). A running anki-connect is required.
文件大小 8.63 KB
安装次数 55
当前版本 1.5
更新时间 2020-04-03
上架时间 2020-04-03
开发者 Fujun Du
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip to Anki",
    "short_name": "Clip to Anki",
    "description": "Clip page content to Anki (currently supported: arxiv).  A running anki-connect is required.",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Clip to Anki"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+A",
                "mac": "Alt+A",
                "chromeos": "Alt+A",
                "linux": "Alt+A"
            }
        }
    }
}