Ankimo - Quickly add Japanese words to Anki

Browser extension for sending Japanese words to Anki

Wat is Ankimo - Quickly add Japanese words to Anki?

Ankimo - Quickly add Japanese words to Anki is een Chrome-extensie ontwikkeld door David Mohl, en de belangrijkste functie is "Browser extension for sending Japanese words to Anki".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ankimo - Quickly add Japanese words to Anki

Download Ankimo - Quickly add Japanese words to Anki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Ankimo is a companion extension to Anki (https://apps.ankiweb.net/) to instantly add Japanese words into a Anki deck. 

It currently runs on 
- tangorin.com

To use Ankimo you have to install the AnkiConnect plugin: https://ankiweb.net/shared/info/2055492159

Once installed, make sure to go into the plugin options and set the field mapping to your Anki deck / card.                    

Basisinformatie over de Extensie

Naam Ankimo - Quickly add Japanese words to Anki Ankimo - Quickly add Japanese words to Anki
ID mgcnkmjoaekofcajlgmakljhennlhjod
Officiële URL https://chromewebstore.google.com/detail/ankimo-quickly-add-japane/mgcnkmjoaekofcajlgmakljhennlhjod
Beschrijving Browser extension for sending Japanese words to Anki
Bestandsgrootte 475 KB
Aantal Installaties 21
Huidige Versie 0.4.0
Laatst Bijgewerkt 2018-10-28
Publicatiedatum 2018-10-28
Ontwikkelaar David Mohl
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dvcrn/ankimo
Help Pagina-URL https://github.com/dvcrn/ankimo/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Ankimo",
    "name": "Ankimo - Quickly add Japanese words to Anki",
    "version": "0.4.0",
    "description": "Browser extension for sending Japanese words to Anki",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tangorin.com\/*"
            ],
            "js": [
                "worker.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}