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
官方網址 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:\/\/*\/"
    ]
}