Spanish Dictionary +more

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

Spanish Dictionary +more क्या है?

Spanish Dictionary +more matagotchi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dictionary, Flashcard and unique feature that you can learn Spanish everyday."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spanish Dictionary +more एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}