Pronounce Selection

Pronounces the selected text using Forvo

Apa itu Pronounce Selection?

Pronounce Selection adalah ekstensi Chrome yang dikembangkan oleh Daniele Trapani, dan fitur utamanya adalah "Pronounces the selected text using Forvo".

Unduh Berkas CRX Ekstensi Pronounce Selection

Unduh file ekstensi Pronounce Selection 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

                        Select any word, right click and choose "Pronounce" to hear it on forvo.com                    

Informasi Dasar Ekstensi

Nama Pronounce Selection Pronounce Selection
ID gfhnknmofhheaeacbcebmkehlieojgkn
URL Resmi https://chrome.google.com/webstore/detail/pronounce-selection/gfhnknmofhheaeacbcebmkehlieojgkn
Deskripsi Pronounces the selected text using Forvo
Ukuran File 7.14 KB
Jumlah Instalasi 674
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-01-06
Tanggal Publikasi 2015-01-06
Penilaian 3.44/5 Total 18 Penilaian
Pengembang Daniele Trapani
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pronounce Selection",
    "description": "Pronounces the selected text using Forvo",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "forvo.js"
        ]
    },
    "manifest_version": 2
}