Revoldiv

Convert video or audio, podcasts and more to text. Transcribe video/audio and follow along the subtitle/transcription in real time.

Revoldivคืออะไร?

Revoldiv เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hewizo และคุณลักษณะหลักของมันคือ "Convert video or audio, podcasts and more to text. Transcribe video/audio and follow along the subtitle/transcription in real time."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Revoldiv

ดาวน์โหลดไฟล์ส่วนขยาย Revoldiv ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Revoldiv chrome browser extension converts (transcribes) audio or video in your browser to text. You can follow along with the audio and read the transcribed text while the audio is playing. you can search for spoken content in a podcast or other compatible video/audio content in your browser.

version 1.1.0 update:
 - The AI used to convert speech to text has been improved drastically
 - paragraph separation now uses AI to better group topics together

Features or Uses?  
 - Audio/voice to text conversion 
 - Video to text transcription
 - Subtitle/caption transcription 
 - Follow along: real time audio and text sync up 
 - Podcast Keyword search
 - jump to a specific spoken content

Limitations:
 - audio/video files longer than 1 hour are not guaranteed to be transcribed
 - Service is not compatible with some streaming service e.g. Spotify
	
for the full product and more information go to revoldiv.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Revoldiv Revoldiv
ID cjjljbmeindbfhkgomcnnmfmjodjeche
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/revoldiv/cjjljbmeindbfhkgomcnnmfmjodjeche
คำอธิบาย Convert video or audio, podcasts and more to text. Transcribe video/audio and follow along the subtitle/transcription in real time.
ขนาดไฟล์ 148 KB
จำนวนการติดตั้ง 2,277
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-11-21
วันที่เผยแพร่ 2022-01-21
คะแนน 3.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Hewizo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://revoldiv.com
URL หน้าช่วยเหลือ https://revoldiv.com
URL หน้านโยบายความเป็นส่วนตัว https://hewizo.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Revoldiv",
    "short_name": "Revoldiv transcribe audio",
    "description": "Convert video or audio, podcasts and more to text. Transcribe video\/audio and follow along the subtitle\/transcription in real time.",
    "version": "1.1.0",
    "homepage_url": "https:\/\/revoldiv.com",
    "icons": {
        "16": "assets\/revoldiv-16x16.png",
        "32": "assets\/revoldiv-32x32.png",
        "48": "assets\/revoldiv-48x48.png",
        "60": "assets\/revoldiv-60x60.png",
        "72": "assets\/revoldiv-72x72.png",
        "96": "assets\/revoldiv-96x96.png",
        "120": "assets\/revoldiv-120x120.png",
        "152": "assets\/revoldiv-152x152.png",
        "180": "assets\/revoldiv-180x180.png",
        "192": "assets\/revoldiv-192x192.png",
        "310": "assets\/revoldiv-310x310.png",
        "512": "assets\/revoldiv-512x512.png"
    },
    "host_permissions": [
        "https:\/\/revoldiv.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/revoldiv-16x16.png",
            "32": "assets\/revoldiv-32x32.png",
            "48": "assets\/revoldiv-48x48.png",
            "60": "assets\/revoldiv-60x60.png",
            "72": "assets\/revoldiv-72x72.png",
            "96": "assets\/revoldiv-96x96.png",
            "120": "assets\/revoldiv-120x120.png",
            "152": "assets\/revoldiv-152x152.png",
            "180": "assets\/revoldiv-180x180.png",
            "192": "assets\/revoldiv-192x192.png",
            "310": "assets\/revoldiv-310x310.png",
            "512": "assets\/revoldiv-512x512.png"
        },
        "default_title": "Revolidv"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "webRequest"
    ],
    "background": {
        "service_worker": "components\/background.js"
    }
}