ZoomEye GPT

Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.

Cos'è ZoomEye GPT?

ZoomEye GPT è un'estensione di Chrome sviluppata da knownseczoomeye, e la sua funzione principale è "Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ZoomEye GPT

Scarica i file di estensione ZoomEye GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Zoomeye GPT provides three functions
First, Zoomeye GPT uses GPT-3.5 to automatically generate search keywords.
Second, Zoomeye GPT can convert natural language into zoomeye search syntax.                    

Informazioni di Base sull'Estensione

Nome ZoomEye GPT ZoomEye GPT
ID ogkhlbipgkjncheagpccdnigkdldnbcd
URL Ufficiale https://chromewebstore.google.com/detail/zoomeye-gpt/ogkhlbipgkjncheagpccdnigkdldnbcd
Descrizione Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.
Dimensione del File 1.44 MB
Conteggio Installazioni 80
Versione Corrente 0.1.0
Ultimo Aggiornamento 2023-05-07
Data di Pubblicazione 2023-05-04
Sviluppatore knownseczoomeye
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "description": "Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.",
    "icons": {
        "128": "img\/128_128.png",
        "16": "img\/16_16.png",
        "48": "img\/32_32.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "name": "ZoomEye GPT",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "version": "0.1.0"
}