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
Eメール [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"
            }
        }
    }
}