WordBuddy

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

Apa itu WordBuddy?

WordBuddy adalah ekstensi Chrome yang dikembangkan oleh TwentyPeople, dan fitur utamanya adalah "Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WordBuddy

Unduh file ekstensi WordBuddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama WordBuddy WordBuddy
ID akmejfbkkohbefeciioailcfflielina
URL Resmi https://chrome.google.com/webstore/detail/wordbuddy/akmejfbkkohbefeciioailcfflielina
Deskripsi Add interesting words to a personal dictionary. Read through them later, and expand your vocabulary.
Ukuran File 34.38 KB
Jumlah Instalasi 172
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-12-04
Tanggal Publikasi 2014-12-04
Penilaian 3.20/5 Total 5 Penilaian
Pengembang TwentyPeople
Tipe Pembayaran free
Bahasa yang Didukung 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
}