Talkify

Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language

什麼是Talkify?

Talkify是由https://talkify.net開發的Chrome擴展程式,該擴展的主要功能是“Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language”。

擴展截圖

screenshot
screenshot

下載Talkify擴展crx文件

下載Talkify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension simplifies the usage of the popular Talkify text to speech service by opening your active tab in a new Talkify-tab. It allows you to listen to just about any webpage with just one click.

Talkify has support for a vast amount of languages and aids your listening with text highlighting and natural sounding voices, perfect for students or people with visual impairment.                    

擴展基本資訊

名稱 Talkify Talkify
ID kgfjafdahhkoiabgaappgdnojpgjbahi
官方網址 https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi
簡介 Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
檔案大小 4.55 KB
安裝次數 2,219
目前版本 1.0
更新時間 2017-04-05
上架時間 2017-04-05
評分 3.71/5 共 14 次評分
開發者 https://talkify.net
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://talkify.net/contact
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Talkify",
    "description": "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language",
    "version": "1.0",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Open in Talkify"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}