AnkiSoup

A sentences management system for learning languages.

Wat is AnkiSoup?

AnkiSoup is een Chrome-extensie ontwikkeld door http://ankisoup.com, en de belangrijkste functie is "A sentences management system for learning languages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AnkiSoup

Download AnkiSoup-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

                        Anki Soup helps you to find out a new word by Command(Control) + Double click, and stocks sentences from all over the website to this site.

ウェブサイトで、Command(Control) + ダブルクリックすると単語の意味を調べることができます。調べた単語はセンテンスと一緒に保存されます。                    

Basisinformatie over de Extensie

Naam AnkiSoup AnkiSoup
ID apehnfdjpidbboeiogpfbkhnpbahphng
Officiële URL https://chrome.google.com/webstore/detail/ankisoup/apehnfdjpidbboeiogpfbkhnpbahphng
Beschrijving A sentences management system for learning languages.
Bestandsgrootte 38.68 KB
Aantal Installaties 14
Huidige Versie 0.5
Laatst Bijgewerkt 2014-01-27
Publicatiedatum 2014-01-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://ankisoup.com
Betalingswijze free
Extensiewebsite http://ankisoup.com/
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnkiSoup",
    "version": "0.5",
    "description": "A sentences management system for learning languages.",
    "browser_action": {
        "default_title": "AnkiSoup",
        "default_icon": "coffee.png"
    },
    "icons": {
        "128": "coffee.png",
        "16": "coffee.png"
    },
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "jquery.growl.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.growl.js",
                "contents.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/"
    ]
}