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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
            }
        }
    }
}