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

Apa itu AskChatGPT?

AskChatGPT adalah ekstensi Chrome yang dikembangkan oleh LGG Hub, dan fitur utamanya adalah "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AskChatGPT

Unduh file ekstensi AskChatGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
URL Resmi https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
Deskripsi Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
Ukuran File 937 KB
Jumlah Instalasi 42
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-12
Tanggal Publikasi 2023-03-11
Pengembang LGG Hub
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://lgghub.com/terms
Bahasa yang Didukung 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"
    }
}