MediaX

✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…

MediaXとは何ですか?

MediaXはstejas809によって開発されたChromeの拡張機能で、その主な機能は「✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

MediaX拡張機能のCRXファイルをダウンロード

MediaX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat
✓ Instantly obtain accurate text transcription from images, audio, and video.
✓ Effortlessly search using screenshots.
✓ Download your output in various file formats, including Word, PPT, HTML, and PDF, while ensuring high-quality images all done on ChatGPT, BING AI chat and Bard AI
✓ Experience the convenience of viewing the output videos directly within the extension.                    

拡張機能の基本情報

名前 MediaX MediaX
ID fdlmmbckcdkbjgeinpokkhfihblalpjl
公式URL https://chromewebstore.google.com/detail/mediax/fdlmmbckcdkbjgeinpokkhfihblalpjl
説明 ✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…
ファイルサイズ 505 KB
インストール数 88
現在のバージョン 1.1.2
最終更新日 2023-07-04
公開日 2023-06-08
評価 5.00/5 合計 8 レビュー
開発者 stejas809
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MediaX",
    "version": "1.1.2",
    "permissions": [
        "https:\/\/www.google.com\/*",
        "https:\/\/www.bing.com\/*",
        "https:\/\/www.bard.google.com\/*",
        "https:\/\/www.chat.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/bard.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "15": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}