WordBuddy

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

Τι είναι το WordBuddy;

Το WordBuddy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TwentyPeople, και η κύρια λειτουργία του είναι "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης WordBuddy

Λήψη αρχείων επέκτασης WordBuddy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
}