speakIt

This extension will speak up the text which you have selected.

Apa itu speakIt?

speakIt adalah ekstensi Chrome yang dikembangkan oleh https://akashbijwe.github.io, dan fitur utamanya adalah "This extension will speak up the text which you have selected.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi speakIt

Unduh file ekstensi speakIt 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

                        speakIt powers to read the text on your screen aloud & it can be used in any webpage.
To use SpeakIt select any text and the right click on the selected text & click on Speak.

Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)                    

Informasi Dasar Ekstensi

Nama speakIt speakIt
ID kolhkkbkekanfnkhbmahmeemhlcknilk
URL Resmi https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk
Deskripsi This extension will speak up the text which you have selected.
Ukuran File 12.58 KB
Jumlah Instalasi 3,186
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-03-04
Tanggal Publikasi 2019-03-04
Penilaian 2.67/5 Total 6 Penilaian
Pengembang https://akashbijwe.github.io
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speakIt",
    "version": "1.1",
    "description": "This extension will speak up the text which you have selected.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}