ChatGPT File Uploader Extended
ChatGPT File Uploader Extended - Upload various file types to ChatGPT
什么是ChatGPT File Uploader Extended?
ChatGPT File Uploader Extended是由ariburaco开发的Chrome扩展程序,该扩展的主要功能是“ChatGPT File Uploader Extended - Upload various file types to ChatGPT”。
扩展截图
下载ChatGPT File Uploader Extended扩展crx文件
下载ChatGPT File Uploader Extended扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ChatGPT File Uploader Extended - Upload various file types to ChatGPT 扩展基本信息
| 名称 | |
| ID | knlkgeejhbklfnkbjhnmjbcabeokphpn |
| 官方URL | https://chromewebstore.google.com/detail/chatgpt-file-uploader-ext/knlkgeejhbklfnkbjhnmjbcabeokphpn |
| 简介 | ChatGPT File Uploader Extended - Upload various file types to ChatGPT |
| 文件大小 | 784 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.5.1 |
| 更新时间 | 2024-02-12 |
| 上架时间 | 2024-02-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ariburaco |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.freeprivacypolicy.com/blog/privacy-policy-url |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT File Uploader Extended",
"version": "1.5.1",
"description": "ChatGPT File Uploader Extended - Upload various file types to ChatGPT",
"icons": {
"34": "icon-34.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chat.zhile.io\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle.chunk.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chat.zhile.io\/*"
]
}
],
"permissions": [
"storage"
]
} | |