ChatGPT context companion

Boost Your Web Experience with Customizable AI-Prompts

ChatGPT context companion क्या है?

ChatGPT context companion Muthukumaran Navaneethakrishnan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost Your Web Experience with Customizable AI-Prompts"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        version 2.2.2     
     Bug Fixes 
             - Chatgpt page not sending

version 2.1.0     
     Bug Fixes 
             - Opening options page to default
            - popup change source
    Ability to use Open AI API Streams

version 2.0     
     Bug Fixes for ChatGPT
    Ability to use Open AI API
    Changing extension name from WriteAssist-ChatGPT to  ChatGPT context companion to be precise about what the extension does.



version 1.1.0
     Configure Prompts link in context menu
     Bug Fixes & Ux changes

version 1.0.0
     Faster Responses with partial updates
     Extension Popup window to explain current status of ChatGPT 


version 0.1.0
     Now with configurable chat GPT prompts via options

ChatGPT context companion is an innovative browser extension designed to enhance your browsing experience by providing AI-generated responses to user-defined prompts. Simply select text on a webpage, choose from a variety of customizable prompt through the context menu, and receive instant AI-generated responses in a convenient popup. The extension allows you to create and manage your own custom prompts, offering tailored assistance and insights to suit your unique needs. Enhance your productivity, deepen your understanding, and explore new perspectives                    

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

नाम ChatGPT context companion ChatGPT context companion
ID elfmpgajdjmknldbbicgpdiaalbkkioc
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-context-companion/elfmpgajdjmknldbbicgpdiaalbkkioc
विवरण Boost Your Web Experience with Customizable AI-Prompts
फ़ाइल का आकार 146 KB
स्थापना संख्या 3,603
वर्तमान संस्करण 2.2.2
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2022-12-28
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Muthukumaran Navaneethakrishnan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.reddit.com/r/writeassistchatgpt/
सहायता पृष्ठ URL https://www.reddit.com/r/writeassistchatgpt/
गोपनीयता नीति पृष्ठ URL http://deemwar.com/chrome-extn-privacypolicy.htm
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT context companion",
    "description": "Boost Your Web Experience with Customizable AI-Prompts",
    "version": "2.2.2",
    "manifest_version": 3,
    "author": "Muthukumaran Navaneethakrishnan",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "ChatGPT context companion",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "manageChatgptContentscript.js",
                "responsePagescript.js",
                "responseContentscript.js",
                "manageChatgptPagescript.js",
                "images\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/chat\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "tabs",
        "storage"
    ]
}