WordBuddy

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

Qu'est-ce que WordBuddy ?

WordBuddy est une extension Chrome développée par TwentyPeople, et sa fonction principale est "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WordBuddy

Téléchargez les fichiers d'extension WordBuddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
URL Officiel https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Description Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Taille du Fichier 34.38 KB
Nombre d'Installations 172
Version Actuelle 1.0
Dernière Mise à Jour 2014-12-04
Date de Publication 2014-12-04
Évaluation 3.20/5 Total 5 Évaluations
Développeur TwentyPeople
Type de Paiement free
Langues Prises en Charge 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
}