SublimeGPT: ChatGPT Everywhere

Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.

SublimeGPT: ChatGPT Everywhere क्या है?

SublimeGPT: ChatGPT Everywhere https://sublimegpt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SublimeGPT: ChatGPT Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        SublimeGPT lets you:
- Open ChatGPT inside any website.
- See ChatGPT response alongside Google search results.
- Create your own prompts and use them on selected text in any web page.

How to open chat inside any website:
1. Make sure you're logged into your ChatGPT account.
2. Open any website and press Ctrl+Up Arrow (Cmd+Up Arrow on Mac) or click the extension icon on the navigation bar. You can change the keyboard shortcut in your browser's extension shortcuts page.
3. Start chatting with ChatGPT in the overlay dialog that opens up.

SublimeGPT is just a helper tool and is not affiliated with OpenAI or ChatGPT.                    

एक्सटेंशन की मूल जानकारी

नाम SublimeGPT: ChatGPT Everywhere SublimeGPT: ChatGPT Everywhere
ID eecockeebhenbihmkaamjlgoehkngjea
आधिकारिक URL https://chromewebstore.google.com/detail/sublimegpt-chatgpt-everyw/eecockeebhenbihmkaamjlgoehkngjea
विवरण Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.
फ़ाइल का आकार 60.11 KB
स्थापना संख्या 407
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2023-04-04
प्रकाशन तिथि 2023-03-09
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर https://sublimegpt.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SublimeGPT: ChatGPT Everywhere",
    "short_name": "SublimeGPT",
    "version": "0.2.0",
    "description": "Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "action": {
        "default_title": "Open Chat"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "app\/*"
            ]
        }
    ],
    "commands": {
        "open-app": {
            "suggested_key": {
                "default": "Ctrl+Up",
                "mac": "Command+Up"
            },
            "description": "Open chat in the current tab."
        }
    }
}