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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } } |