Cmd J – ChatGPT for Chrome

Use ChatGPT on any tab without copy-pasting

O que é Cmd J – ChatGPT for Chrome?

Cmd J – ChatGPT for Chrome é uma extensão do Chrome desenvolvida por Yurii Rebryk, e sua principal característica é "Use ChatGPT on any tab without copy-pasting".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cmd J – ChatGPT for Chrome

Baixe arquivos de extensão Cmd J – ChatGPT for Chrome 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

                        Supercharge your productivity by using ChatGPT on any tab without hassle of copy-pasting with our easy-to-use Chrome extension.

Improve your writing, generate blog posts and crush coding issues with ChatGPT keyboard shortcut.

💌 Write emails like a native speaker
Feel confident about your grammar, spelling and writing style. Simply select the text and press Cmd/Alt + J 🤯

🔍 Get human-like answers to your searches
Get the answer you need instantly, without searching through pages of Google results. Don't press anything. We've got you covered 👌

👍 Boost your social engagement
Generate post drafts for your social media in case you are stuck or have run out of ideas. Simply press Cmd/Alt + J 😎

👩🏼‍💻 Fix code bugs 10x faster
Quickly get code explanations and answers to hard coding issues not answered on StackOverflow. Right, again press Cmd/Alt + J 🪄

💡 Do you have any cool prompts in mind?
Drop us a line at https://cmdj.app/support                    

Informações Básicas da Extensão

Nome Cmd J – ChatGPT for Chrome Cmd J – ChatGPT for Chrome
ID pefighpbbfkgkmfmpfgaopoahdmkakll
URL Oficial https://chromewebstore.google.com/detail/cmd-j-%E2%80%93-chatgpt-for-chrom/pefighpbbfkgkmfmpfgaopoahdmkakll
Descrição Use ChatGPT on any tab without copy-pasting
Tamanho do Arquivo 1.9 MB
Contagem de Instalações 4,535
Versão Atual 1.8.1
Última Atualização 2023-04-11
Data de Publicação 2023-01-16
Classificação 3.80/5 Total de 41 Avaliações
Desenvolvedor Yurii Rebryk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cmdj.app
URL da Página de Ajuda https://cmdj.app/support
URL da Página de Política de Privacidade https://cmdj.app/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuep432sbTe6e+Vh+AhbYI4iJyotyHxqAWt9kyYIgcqNLnk9pvPrnUWnPh9uGo0kYdNmYAD0+aqt8ivxs3Y0i3FQLgAxiAj8pO9tBf7DpyIpa3ToDySWQugkVAPbbsynJKU\/D\/GoZ7BeODMYq+AutyVwqJAVQhJnEC+O9aNP\/ECj6K40T2lYa1kzpV3MpQBMi5cu8y4BU0F9vxj7qMIUzru+QrBV2Xn972J3PAF6P9SKis\/n2PnNSxPfjdkoub2rl56VlbLHe70TR7Et2XtY9LxU+7UE9cAjacxoe9oNO7H1pfC1UNBFLJd61CNpBo3ACHIhw9S0XiaPRw7V8aRfOEQIDAQAB",
    "name": "Cmd J \u2013 ChatGPT for Chrome",
    "description": "Use ChatGPT on any tab without copy-pasting",
    "version": "1.8.1",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webcomponents-bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "content-script.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/ionicons\/*.svg",
                "\/assets\/icons\/*.svg",
                "\/assets\/fonts\/*",
                "\/assets\/badges\/*.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/cmdj.app\/"
    ],
    "permissions": [
        "storage",
        "cookies",
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J",
                "windows": "Alt+J",
                "linux": "Alt+J",
                "mac": "Command+J"
            }
        }
    },
    "action": {
        "default_title": "Default Action"
    },
    "oauth2": {
        "client_id": "386004781126-osknl7a9gjo3ut594ms28v04d1ikgn6t.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email"
        ]
    }
}