GSpeak

Make Google speak the text of your choice ~ by 腾袭 (tengattack)

什么是GSpeak?

GSpeak是由https://tengattack.com开发的Chrome扩展程序,该扩展的主要功能是“Make Google speak the text of your choice ~ by 腾袭 (tengattack)”。

扩展截图

screenshot
screenshot

下载GSpeak扩展crx文件

下载GSpeak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        让Google朗读你所选择的文本!                    

扩展基本信息

名称 GSpeak GSpeak
ID eikicdeccoflppkjbcgphggddclfiilh
官方URL https://chromewebstore.google.com/detail/gspeak/eikicdeccoflppkjbcgphggddclfiilh
简介 Make Google speak the text of your choice ~ by 腾袭 (tengattack)
文件大小 101 KB
安装次数 20
当前版本 0.87
更新时间 2013-06-27
上架时间 2013-06-27
开发者 https://tengattack.com
付费类型 free
扩展官网 http://tengattack.com/projects
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GSpeak",
    "default_locale": "en",
    "version": "0.87",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "contextMenus",
        "http:\/\/translate.google.com\/",
        "https:\/\/translate.google.com\/",
        "http:\/\/translate.google.cn\/",
        "https:\/\/translate.google.cn\/"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon_big.png",
        "128": "icon_big.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": false,
    "homepage_url": "http:\/\/tengattack.com\/"
}