WordBuddy

Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.

WordBuddy क्या है?

WordBuddy TwentyPeople द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary."।

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

screenshot

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

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

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

                        With WordBuddy, you can add interesting new words to your vocabulary. When trying to become a better writer, or even speaker, you may feel like you are using the same old words, over and over again. This little app helps you collect new words, review them from time to time and export them as a TXT file for other programs (like vocabulary card trainers, or similar).                    

एक्सटेंशन की मूल जानकारी

नाम WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
आधिकारिक URL https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
विवरण Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
फ़ाइल का आकार 34.38 KB
स्थापना संख्या 172
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-12-04
प्रकाशन तिथि 2014-12-04
रेटिंग 3.20/5 कुल 5 रेटिंग्स
डेवलपर TwentyPeople
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordBuddy",
    "version": "1.0",
    "description": "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.",
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "http:\/\/mittermayr.com\/",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Add words to WordBuddy",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}