AnkiSoup

A sentences management system for learning languages.

Co to jest AnkiSoup?

AnkiSoup to rozszerzenie Chrome opracowane przez http://ankisoup.com, a jego główną funkcją jest „A sentences management system for learning languages.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AnkiSoup

Pobierz pliki rozszerzeń AnkiSoup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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) + ダブルクリックすると単語の意味を調べることができます。調べた単語はセンテンスと一緒に保存されます。                    

Podstawowe informacje o rozszerzeniu

Nazwa AnkiSoup AnkiSoup
ID apehnfdjpidbboeiogpfbkhnpbahphng
Oficjalny URL https://chrome.google.com/webstore/detail/ankisoup/apehnfdjpidbboeiogpfbkhnpbahphng
Opis A sentences management system for learning languages.
Rozmiar pliku 38.68 KB
Liczba instalacji 14
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2014-01-27
Data Publikacji 2014-01-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://ankisoup.com
Typ Płatności free
Strona Rozszerzenia http://ankisoup.com/
Obsługiwane Języki 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:\/\/*\/"
    ]
}