Reverb Record - Share Your Voice

Record and share voice notes on the fly.

什么是Reverb Record - Share Your Voice?

Reverb Record - Share Your Voice是由https://reverb.chat开发的Chrome扩展程序,该扩展的主要功能是“Record and share voice notes on the fly.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Reverb Record - Share Your Voice扩展crx文件

下载Reverb Record - Share Your Voice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Reverb lets you record and share voice notes, memos, and responses without an account. 

Record and save voice notes for easy insertion into Google Docs, Slides, Sheets, Forms, Classroom, and Gmail!
Create links that embed directly to Twitter, making it easy to share voice Tweets. 
Reverbs can also be shared on forums and embedded on websites and applications such as Notion and Google Sites.

NEW - Now change your voice to record notes that sound like your favorite characters & celebrities!
 

Features:
- Instantly record shareable voice notes.
- Change your voice into different characters
- Embeds into Twitter with title of your choosing.
- No registration or verification. Anything goes.
- Get transcribed recordings (Premium only)
- Embed available for websites so visitors can hear voice notes and recordings.
- Can share on email, forums, image boards, and anywhere else audio is unconventional.
- Leave voice note comments in Google Docs
- Can paste Reverb links in messengers without having to store files locally.                    

扩展基本信息

名称 Reverb Record - Share Your Voice Reverb Record - Share Your Voice
ID lcblhgplmpgpmnmnochlcdbickjnemfe
官方URL https://chromewebstore.google.com/detail/reverb-record-share-your/lcblhgplmpgpmnmnochlcdbickjnemfe
简介 Record and share voice notes on the fly.
文件大小 1.5 MB
安装次数 15,228
当前版本 1.2.1
更新时间 2023-08-31
上架时间 2020-03-23
评分 4.17/5 共30次评分
开发者 https://reverb.chat
电子邮箱 [email protected]
付费类型 free
扩展官网 https://record.reverb.chat
帮助页面URL https://reverb.chat/reverb-record-faq/
隐私政策页面URL https://reverb.chat/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reverb Record - Share Your Voice",
    "version": "1.2.1",
    "description": "Record and share voice notes on the fly.",
    "icons": {
        "16": ".\/images\/icon32.png",
        "32": ".\/images\/icon32.png",
        "64": ".\/images\/icon64.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_icon": ".\/images\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    }
}