Spanish Dictionary +more

Dictionary, Flashcard and unique feature that you can learn Spanish everyday.

什麼是Spanish Dictionary +more?

Spanish Dictionary +more是由matagotchi開發的Chrome擴展程式,該擴展的主要功能是“Dictionary, Flashcard and unique feature that you can learn Spanish everyday.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Spanish Dictionary +more擴展crx文件

下載Spanish Dictionary +more擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Feature
  Whenever you visit google, you can learn Spanish.

How to use
  1. Make FlashCard
Translate text with Extension button, or look up dictionary in http://www.spanishdict.com/ .

  2. Anki, Learn
Just visit Google as usual, and look carefully at the Logo.                    

擴展基本資訊

名稱 Spanish Dictionary +more Spanish Dictionary +more
ID plgcbneeghhlbeofhccbicaoanejimdc
官方網址 https://chrome.google.com/webstore/detail/spanish-dictionary-+more/plgcbneeghhlbeofhccbicaoanejimdc
簡介 Dictionary, Flashcard and unique feature that you can learn Spanish everyday.
檔案大小 514 KB
安裝次數 1,000
目前版本 0.9.6
更新時間 2015-02-10
上架時間 2015-02-10
評分 3.30/5 共 10 次評分
開發者 matagotchi
付費類型 free
支援的語言 en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/underscore-min.js"
        ]
    },
    "browser_action": {
        "default_icon": "tags_333333_128.png",
        "default_title": "Spanish Dictionary +more",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/jquery.growl.css",
                "css\/ankisoup.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.growl.js",
                "js\/contents.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "tags_333333_128.png",
        "16": "tags_333333_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "short_name": "Spanish Dictionary Plus",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "background",
        "notifications",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/"
    ],
    "version": "0.9.6",
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}