Speak Selection

Speaks the current selection out loud.

Speak Selection là gì?

Speak Selection là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/encontralogratis, và tính năng chính của nó là "Speaks the current selection out loud.".

Ả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 Selection

Tải xuống các tệp mở rộng Speak Selection 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

                        Convierte cualquier texto de una web voz deja de leer y escucha tus noticias favoritas                    

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

Tên Speak Selection Speak Selection
ID kcdbalaepjkgpikfadbdjccobelibgdl
URL Chính Thức https://chrome.google.com/webstore/detail/speak-selection/kcdbalaepjkgpikfadbdjccobelibgdl
Mô tả Speaks the current selection out loud.
Kích Thước Tệp 38.7 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-09-19
Ngày Phát Hành 2017-09-19
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/encontralogratis
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://goo.gl/eQNkWB
URL Trang Trợ Giúp https://goo.gl/eQNkWB
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak Selection",
    "version": "1.1",
    "description": "Speaks the current selection out loud.",
    "permissions": [
        "",
        "tts",
        "tabs"
    ],
    "background": {
        "scripts": [
            "keycodes.js",
            "tabs.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "SpeakSel19.png",
        "default_title": "Speak Selection"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "keycodes.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "SpeakSel16.png",
        "48": "SpeakSel48.png",
        "128": "SpeakSel128.png",
        "256": "SpeakSel256.png"
    },
    "manifest_version": 2
}