ChatGPT Shortcut - Open from the Address Bar

Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…

什么是ChatGPT Shortcut - Open from the Address Bar?

ChatGPT Shortcut - Open from the Address Bar是由https://chromebase.co开发的Chrome扩展程序,该扩展的主要功能是“Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…”。

扩展截图

screenshot
screenshot

下载ChatGPT Shortcut - Open from the Address Bar扩展crx文件

下载ChatGPT Shortcut - Open from the Address Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Start a new ChatGPT conversation from the address bar.

Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT session.

Use this shortcut to access ChatGPT easier and quicker from anywhere in the browser.

HOW TO GUIDE:

1. Install ChatGPT Shortcut - Open from the Address Bar Extension

2. Log into ChatGPT with your browser (or create a free account)

3. In any tab, type 'GPT' in the address bar followed by your prompt

4. Press enter to open a new tab with ChatGPT and your prompt automatically filled in

Free tool with no account or sign in required. This extension does not store any data.                    

扩展基本信息

名称 ChatGPT Shortcut - Open from the Address Bar ChatGPT Shortcut - Open from the Address Bar
ID ppjhahkjaabkjgaoelbokpgleaoeeboa
官方URL https://chromewebstore.google.com/detail/chatgpt-shortcut-open-fro/ppjhahkjaabkjgaoelbokpgleaoeeboa
简介 Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…
文件大小 3.93 MB
安装次数 348
当前版本 1.2
更新时间 2023-12-07
上架时间 2023-05-09
评分 3.57/5 共7次评分
开发者 https://chromebase.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://chromebase.co
帮助页面URL https://chromebase.co
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Shortcut - Open from the Address Bar",
    "description": "",
    "version": "1.2",
    "action": {
        "default_icon": "public\/icon.png",
        "default_popup": "public\/popup.html",
        "default_title": "ChatGPT Shortcut - Open from the Address Bar"
    },
    "icons": {
        "48": "public\/icon.png"
    },
    "omnibox": {
        "keyword": "gpt"
    },
    "background": {
        "service_worker": "public\/background.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/"
    ]
}