AnkiSoup

A sentences management system for learning languages.

AnkiSoupとは何ですか?

AnkiSoupはhttp://ankisoup.comによって開発されたChromeの拡張機能で、その主な機能は「A sentences management system for learning languages.」です。

拡張機能のスクリーンショット

screenshot

AnkiSoup拡張機能のCRXファイルをダウンロード

AnkiSoup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 AnkiSoup AnkiSoup
ID apehnfdjpidbboeiogpfbkhnpbahphng
公式URL https://chrome.google.com/webstore/detail/ankisoup/apehnfdjpidbboeiogpfbkhnpbahphng
説明 A sentences management system for learning languages.
ファイルサイズ 38.68 KB
インストール数 14
現在のバージョン 0.5
最終更新日 2014-01-27
公開日 2014-01-27
評価 5.00/5 合計 1 レビュー
開発者 http://ankisoup.com
支払い方法 free
拡張機能のウェブサイト http://ankisoup.com/
対応言語 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:\/\/*\/"
    ]
}