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
官方網址 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\/"
}