Voice Drop
Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.…
Voice Drop là gì?
Voice Drop là một tiện ích mở rộng Chrome được phát triển bởi Metabolic Inc., và tính năng chính của nó là "Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.…".
Ả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 Voice Drop
Tải xuống các tệp mở rộng Voice Drop 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
Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer. Unfortunately, there are many places where your only option is to type your message. Voice Drop is a Chrome extension that gives you the choice to use your voice where only typing is provided. Just record your message with the record button that will appear on every long text field, and then drop it as a voice link. Your recipients can play it anytime and at the speed of their choice. They can listen to you while looking at the context of the message, while talking a walk or fully focusing on the verbal and non-verbal content of your message. Voice Drop - Speak even where you can’t
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Voice Drop |
ID | fndpfhokbajlpdhegoclkdplgnjehkgp |
URL Chính Thức | https://chromewebstore.google.com/detail/voice-drop/fndpfhokbajlpdhegoclkdplgnjehkgp |
Mô tả | Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.… |
Kích Thước Tệp | 766 KB |
Số Lần Cài Đặt | 556 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2020-06-22 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Metabolic Inc. |
[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, "short_name": "Voice Drop", "name": "Voice Drop", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Voice Drop - click to toggle" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "injectable.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "activeTab", "identity" ], "web_accessible_resources": [ "recorder.html" ], "version": "0.1.0" } |