GSpeak

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

GSpeakคืออะไร?

GSpeak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tengattack.com และคุณลักษณะหลักของมันคือ "Make Google speak the text of your choice ~ by 腾袭 (tengattack)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GSpeak

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
}