AskChatGPT

Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant

Vad är AskChatGPT?

AskChatGPT är en Chrome-tillägg utvecklad av LGG Hub, och dess huvudfunktion är "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner AskChatGPT-förlängningens CRX-fil

Ladda ner AskChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        AskChatGPT integrates ChatGPT with your browser, allowing you to ask questions and get information about the pages you're browsing. Creative prompts streamline research and provide you with the info you need quicker.                    

Grundläggande Information om Tillägg

Namn AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
Officiell webbadress https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
Beskrivning Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
Filstorlek 937 KB
Antal Installationer 42
Aktuell Version 1.0
Senast Uppdaterad 2023-03-12
Publiceringsdatum 2023-03-11
Utvecklare LGG Hub
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://lgghub.com/terms
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskChatGPT",
    "description": "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant",
    "version": "1.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}