GPT Theme

A Chrome extension to change the Theme ChatGPT

O que é GPT Theme?

GPT Theme é uma extensão do Chrome desenvolvida por Leah, e sua principal característica é "A Chrome extension to change the Theme ChatGPT".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GPT Theme

Baixe arquivos de extensão GPT Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        A Chrome extension to change the theme of ChatGPT
- dark mode/light mode
- design your own input color and  send button icon
ChatGPT 主题插件
-有夜晚护眼/白天两种模式
-自定义你的发送框和发送键                    

Informações Básicas da Extensão

Nome GPT Theme GPT Theme
ID opgkagnoipbbbpjjnnlnpfoeakdihgkh
URL Oficial https://chromewebstore.google.com/detail/gpt-theme/opgkagnoipbbbpjjnnlnpfoeakdihgkh
Descrição A Chrome extension to change the Theme ChatGPT
Tamanho do Arquivo 55.05 KB
Contagem de Instalações 32
Versão Atual 1.1
Última Atualização 2023-11-10
Data de Publicação 2023-11-05
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Leah
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/yiwen001/GPT-Theme-Privacy-Policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Theme",
    "version": "1.1",
    "description": "A Chrome extension to change the Theme ChatGPT",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}