Clip to Anki

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

Clip to Anki là gì?

Clip to Anki là một tiện ích mở rộng Chrome được phát triển bởi Fujun Du, và tính năng chính của nó là "Clip page content to Anki (currently supported: arxiv). A running anki-connect is required.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clip to Anki

Tải xuống các tệp mở rộng Clip to Anki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clip to Anki Clip to Anki
ID fgokpeebjjlplghkjahdcidpfnpcemmd
URL Chính Thức https://chromewebstore.google.com/detail/clip-to-anki/fgokpeebjjlplghkjahdcidpfnpcemmd
Mô tả Clip page content to Anki (currently supported: arxiv). A running anki-connect is required.
Kích Thước Tệp 8.63 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-04-03
Ngày Phát Hành 2020-04-03
Nhà Phát Triển Fujun Du
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}