提供元: Braden Wong
Inspect and view changes in Whispering source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"icons": {
"16": "icon16.plasmo.e7bcd3ac.png",
"32": "icon32.plasmo.ce39377b.png",
"48": "icon48.plasmo.3c17e113.png",
"64": "icon64.plasmo.df317abe.png",
"128": "icon128.plasmo.6a4310c5.png"
},
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "icon16.plasmo.e7bcd3ac.png",
"32": "icon32.plasmo.ce39377b.png",
"48": "icon48.plasmo.3c17e113.png",
"64": "icon64.plasmo.df317abe.png",
"128": "icon128.plasmo.6a4310c5.png"
},
"default_popup": "popup.html"
},
"version": "3.4.1",
"author": "Braden Wong",
"name": "Whispering",
"description": "Seamlessly integrate voice-to-text transcriptions on ChatGPT and anywhere on the web—powered by OpenAI's Whisper API.",
"background": {
"scripts": [
"background.456010ee.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"clipboardWrite",
"https://*/*"
],
"content_scripts": [
{
"matches": [
"https://chat.openai.com/*"
],
"js": [
"chatGptButton.b22bc8b6.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"globalToggleRecording.77bfb54a.js"
],
"exclude_matches": [
"https://chat.openai.com/*"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"toggleRecording.79ec11e1.js"
],
"css": []
}
],
"commands": {
"toggle-recording": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
},
"description": "Toggle recording"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{b1fa5764-69b0-484d-9775-203e9200b9c4}"
}
}
} ベストのWhispering代替案
Whisperingに類似したFirefox add-onをいくつか紹介します:
Voice to Text with Whisper
Yoyo
Whisper Voice to Text
Vlad Vaviloff
QuickWhisper
agenkin
Whisper AI Transcription - Audio & Video to text
AccurateScribe.ai Team
GPT Transcriber: Free AI Speech to Text, ChatGPT
Democratic Developer
ChatGPT Browser Integration
Mantas Digital
Voice Command: voice control and dictation
Tik Hon
VoiceToText - Live Transcription
Yasir Gasim
Select to ChatGPT
arnav prak
ChatGPT Reader & Transcriber: Free AI Text↔Speech
Democratic Developer
SayAI - Audio for ChatGPT
Nodetics
Speech Recognition Polyfill (Voice-to-Text)
apersongithub