Loquacious - Auto TTS, no selection necessary

Automatically reads web articles without selecting text - converts text to audio.

Loquacious - Auto TTS, no selection necessary là gì?

Loquacious - Auto TTS, no selection necessary là một tiện ích mở rộng Chrome được phát triển bởi Tim Nummy, và tính năng chính của nó là "Automatically reads web articles without selecting text - converts text to audio.".

Ả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 Loquacious - Auto TTS, no selection necessary

Tải xuống các tệp mở rộng Loquacious - Auto TTS, no selection necessary 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

                        Loquacious is a productivity extension that will automatically parse the current webpage for an article and read it outloud at the push of a button or keyboard shortcut. No selections necessary, however if you find there is a significant amount of unwanted dialogue, you may alternatively select the text to be read before clicking the Loquacious icon.

Works great for most news and article type websites such as Huffington Post, Entrepreneur, Wanderlust, IFLScience, or even Time. Allows you to easily listen to the article while doing other things rather than spending dedicated time reading.

Also works well for the visually impaired.


Keywords:
Read. Article Reader. Audio Book. TTS. Text-to-speech. Accessability. Out loud. Speak. Talking. Talker. Talk. Automatic. Auto. One click. Listen. Listener. Converter. Convert.                    

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

Tên Loquacious - Auto TTS, no selection necessary Loquacious - Auto TTS, no selection necessary
ID lobcffcbjjgfgnmefjelfllcjfmbpfhd
URL Chính Thức https://chrome.google.com/webstore/detail/loquacious-auto-tts-no-se/lobcffcbjjgfgnmefjelfllcjfmbpfhd
Mô tả Automatically reads web articles without selecting text - converts text to audio.
Kích Thước Tệp 53.3 KB
Số Lần Cài Đặt 873
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2016-04-09
Ngày Phát Hành 2016-04-09
Đánh Giá 3.56/5 Tổng số 39 Đánh Giá
Nhà Phát Triển Tim Nummy
Loại Thanh Toán free
Trang Web Mở Rộng http://www.loquacious.tech/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Loquacious - Auto TTS, no selection necessary",
    "version": "0.2.1",
    "description": "Automatically reads web articles without selecting text - converts text to audio.",
    "permissions": [
        "",
        "tts",
        "tabs"
    ],
    "background": {
        "scripts": [
            "keycodes.js",
            "tabs.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "l19.png",
        "default_title": "Loquacious"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "keycodes.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "l16.png",
        "48": "l48.png",
        "128": "l128.png",
        "256": "l256.png"
    },
    "manifest_version": 2
}