Whispering Firefox

Examine source code of Whispering

提供元: 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をいくつか紹介します: