speakIt
This extension will speak up the text which you have selected.
speakIt là gì?
speakIt là một tiện ích mở rộng Chrome được phát triển bởi https://akashbijwe.github.io, và tính năng chính của nó là "This extension will speak up the text which you have selected.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng speakIt
Tải xuống các tệp mở rộng speakIt 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
speakIt powers to read the text on your screen aloud & it can be used in any webpage. To use SpeakIt select any text and the right click on the selected text & click on Speak. Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kolhkkbkekanfnkhbmahmeemhlcknilk |
URL Chính Thức | https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk |
Mô tả | This extension will speak up the text which you have selected. |
Kích Thước Tệp | 12.58 KB |
Số Lần Cài Đặt | 3,186 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-03-04 |
Ngày Phát Hành | 2019-03-04 |
Đánh Giá | 2.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://akashbijwe.github.io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "speakIt", "version": "1.1", "description": "This extension will speak up the text which you have selected.", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tts", "contextMenus" ] } |