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:\/\/*\/"
    ]
}