GPT Anywhere

Get GPT completions on any webpage.

Apa itu GPT Anywhere?

GPT Anywhere adalah ekstensi Chrome yang dikembangkan oleh hotspringsclap, dan fitur utamanya adalah "Get GPT completions on any webpage.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GPT Anywhere

Unduh file ekstensi GPT Anywhere 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

                        Free OpenAI GPT tool to generate text and input it from any webpage :
1. Save your usual favorite prompts
2. Right-click anywhere on the web
3. Done, GPT is now writing what you want for you

This is ChatGPT at your fingertips.


100% open source. No data collected by the extension.                    

Informasi Dasar Ekstensi

Nama GPT Anywhere GPT Anywhere
ID lbbhclbmgmfepdapeapakepecldndpin
URL Resmi https://chromewebstore.google.com/detail/gpt-anywhere/lbbhclbmgmfepdapeapakepecldndpin
Deskripsi Get GPT completions on any webpage.
Ukuran File 159 KB
Jumlah Instalasi 404
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-04-25
Tanggal Publikasi 2023-02-20
Penilaian 5.00/5 Total 5 Penilaian
Pengembang hotspringsclap
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/CheeseDurger/gpt-anywhere
URL Halaman Bantuan https://github.com/CheeseDurger/gpt-anywhere/issues/new
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Anywhere",
    "description": "Get GPT completions on any webpage.",
    "version": "1.2.0",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "action": {
        "default_title": "Go to this extension's Options to configure your GPT prompts"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/start.js"
            ]
        }
    ]
}