Clip to Anki

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

ما هو Clip to Anki؟

Clip to Anki هو إضافة Chrome تم تطويرها بواسطة Fujun Du، والميزة الرئيسية لها هي "Clip page content to Anki (currently supported: arxiv). A running anki-connect is required.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Clip to Anki

قم بتنزيل ملفات الامتداد Clip to Anki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            }
        }
    }
}