Anywhere GPT
The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.
什么是Anywhere GPT?
Anywhere GPT是由besnard.nicolas开发的Chrome扩展程序,该扩展的主要功能是“The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.”。
扩展截图
下载Anywhere GPT扩展crx文件
下载Anywhere GPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Anywhere GTP allows you to save those prompt and quickly apply them anywhere you want                     扩展基本信息
| 名称 |   |  
| ID | gjlmelmekegnlljjhiidajoopdlnldhd | 
| 官方URL | https://chromewebstore.google.com/detail/anywhere-gpt/gjlmelmekegnlljjhiidajoopdlnldhd | 
| 简介 | The secret of good ChatGPT answer is a good prompt and good prompts tend to be long. | 
| 文件大小 | 158 KB | 
| 安装次数 | 37 | 
| 当前版本 | 1.2 | 
| 更新时间 | 2023-02-23 | 
| 上架时间 | 2023-02-22 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | besnard.nicolas | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anywhere GPT",
    "description": "The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_title": "Configure AnywhereGPT"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/chat*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/inject-prompt.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.global.js"
    },
    "icons": {
        "16": "chatgpt.png",
        "48": "chatgpt.png",
        "128": "chatgpt.png"
    },
    "options_ui": {
        "page": "settings\/index.html"
    }
}  |  |