goGPTgo

An app for enhance writing skill

什么是goGPTgo?

goGPTgo是由chavdaakash123开发的Chrome扩展程序,该扩展的主要功能是“An app for enhance writing skill”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载goGPTgo扩展crx文件

下载goGPTgo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use ChatGPT on any tab without copy-pasting
Supercharge your productivity by using ChatGPT on any tab without hassle of copy-pasting with our easy-to-use Chrome extension.

Improve your writing, generate blog posts and crush coding issues with ChatGPT keyboard shortcut.

💌 Write emails like a native speaker
Feel confident about your grammar, spelling and writing style. Simply select the text and press Ctrl/Alt + G 🤯

🔍 Get human-like answers to your searches
Get the answer you need instantly, without searching through pages of Google results. Don't press anything. We've got you covered 👌

👍 Boost your social engagement
Generate post drafts for your social media in case you are stuck or have run out of ideas. Simply press Ctrl/Alt + G 😎

👩🏼‍💻 Fix code bugs 10x faster
Quickly get code explanations and answers to hard coding issues not answered on StackOverflow. Right, again press Ctrl/Alt + G 🪄                    

扩展基本信息

名称 goGPTgo goGPTgo
ID lnjfpppjiddgbjjkhkfbgbglghcmhppm
官方URL https://chromewebstore.google.com/detail/gogptgo/lnjfpppjiddgbjjkhkfbgbglghcmhppm
简介 An app for enhance writing skill
文件大小 232 KB
安装次数 217
当前版本 0.0.12
更新时间 2023-07-18
上架时间 2023-03-29
评分 3.67/5 共3次评分
开发者 chavdaakash123
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://gogptgo.com/
隐私政策页面URL https://gogptgo.com/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "goGPTgo",
    "name": "goGPTgo",
    "manifest_version": 3,
    "version": "0.0.12",
    "description": "An app for enhance writing skill",
    "action": [],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "main.js",
                "onboarding.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src *"
    }
}