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.…
What is Voice Drop?
Voice Drop is a Chrome extension developed by Metabolic Inc., and its main feature is "Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.…".
Extension Screenshots
Download Voice Drop Extension CRX File
Download Voice Drop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Voice Drop |
ID | fndpfhokbajlpdhegoclkdplgnjehkgp |
Official URL | https://chromewebstore.google.com/detail/voice-drop/fndpfhokbajlpdhegoclkdplgnjehkgp |
Description | Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.… |
File Size | 766 KB |
Installation Count | 556 |
Current Version | 0.1.0 |
Last Updated | 2020-06-22 |
Publish Date | 2020-06-22 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Metabolic Inc. |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |