Power Tools for ChatGPT

Supercharge Your Conversations with ChatGPT with Power Tools for ChatGPT Browser Extension

Τι είναι το Power Tools for ChatGPT;

Το Power Tools for ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lewis James, και η κύρια λειτουργία του είναι "Supercharge Your Conversations with ChatGPT with Power Tools for ChatGPT Browser Extension".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Power Tools for ChatGPT

Λήψη αρχείων επέκτασης Power Tools for ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Power Tools for ChatGPT brings the power of OpenAI's ChatGPT to your browsing experience.

Features:
• Access ChatGPT by clicking on the icon in the toolbar. The popup will appear and you can start a chat with ChatGPT.
• Access ChatGPT from the navigation bar by typing `gpt` and pressing space.
• Run ChatGPT from the context menu.

Quick start:
• Sign in to https://chat.openai.com
• Use in popup: Open a popup
• Omnibox: Type gpt  in search box
• Select a text and select an option "Power Tools for ChatGPT"
• On search engine results page find a box in the bottom right corner of a screen.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Power Tools for ChatGPT Power Tools for ChatGPT
ID jkfkhkobbahllilejfidknldjhgelcog
Επίσημο URL https://chromewebstore.google.com/detail/power-tools-for-chatgpt/jkfkhkobbahllilejfidknldjhgelcog
Περιγραφή Supercharge Your Conversations with ChatGPT with Power Tools for ChatGPT Browser Extension
Μέγεθος Αρχείου 2.3 MB
Αριθμός Εγκαταστάσεων 8,397,187
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2024-02-04
Ημερομηνία Δημοσίευσης 2023-06-20
Αξιολόγηση 4.52/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής Lewis James
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vS10pJCKYrjLsey3jUppP9aCo93qGLY8atrHDVQAvizaND4yl-Bbc-_XnxkzM52biZchdfi7uEc4m65/pub
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "version": "1.0.4",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "300": "icons\/300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "300": "icons\/300.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "scripting",
        "alarms",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "omnibox": {
        "keyword": "gpt"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/content-script.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}