Speak

Intuitive, fast TTS Speaker

Speak là gì?

Speak là một tiện ích mở rộng Chrome được phát triển bởi https://wis.am, và tính năng chính của nó là "Intuitive, fast TTS Speaker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Speak

Tải xuống các tệp mở rộng Speak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Speak Speak
ID nihmfkglncnpheihhidaanekobbdhbck
URL Chính Thức https://chromewebstore.google.com/detail/speak/nihmfkglncnpheihhidaanekobbdhbck
Mô tả Intuitive, fast TTS Speaker
Kích Thước Tệp 57.75 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-05-02
Ngày Phát Hành 2019-05-02
Đánh Giá 3.67/5 Tổng số 55 Đánh Giá
Nhà Phát Triển https://wis.am
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wis.am/projects/speak
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}