Speak

Intuitive, fast TTS Speaker

Speakคืออะไร?

Speak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wis.am และคุณลักษณะหลักของมันคือ "Intuitive, fast TTS Speaker"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Speak ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The simplest and most Intuitive, Text-to-Speech speaker.

Open source: https://github.com/wis/speak/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Speak Speak
ID nihmfkglncnpheihhidaanekobbdhbck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speak/nihmfkglncnpheihhidaanekobbdhbck
คำอธิบาย Intuitive, fast TTS Speaker
ขนาดไฟล์ 57.75 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-05-02
วันที่เผยแพร่ 2019-05-02
คะแนน 3.67/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา https://wis.am
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wis.am/projects/speak
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/cscript.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "tts",
        "contextMenus"
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon-19.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "GC-Speak",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-tts": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Start or Stop Speaking"
        }
    }
}