Clip to Anki
Clip page content to Anki (currently supported: arxiv). A running anki-connect is required.
Qu'est-ce que Clip to Anki ?
Clip to Anki est une extension Chrome développée par Fujun Du, et sa fonction principale est "Clip page content to Anki (currently supported: arxiv). A running anki-connect is required.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clip to Anki
Téléchargez les fichiers d'extension Clip to Anki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Clip to Anki |
ID | fgokpeebjjlplghkjahdcidpfnpcemmd |
URL Officiel | https://chromewebstore.google.com/detail/clip-to-anki/fgokpeebjjlplghkjahdcidpfnpcemmd |
Description | Clip page content to Anki (currently supported: arxiv). A running anki-connect is required. |
Taille du Fichier | 8.63 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2020-04-03 |
Date de Publication | 2020-04-03 |
Développeur | Fujun Du |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |