Cmd J – ChatGPT for Chrome

Use ChatGPT on any tab without copy-pasting

Cmd J – ChatGPT for Chrome là gì?

Cmd J – ChatGPT for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Yurii Rebryk, và tính năng chính của nó là "Use ChatGPT on any tab without copy-pasting".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cmd J – ChatGPT for Chrome

Tải xuống các tệp mở rộng Cmd J – ChatGPT for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cmd J – ChatGPT for Chrome Cmd J – ChatGPT for Chrome
ID pefighpbbfkgkmfmpfgaopoahdmkakll
URL Chính Thức https://chromewebstore.google.com/detail/cmd-j-%E2%80%93-chatgpt-for-chrom/pefighpbbfkgkmfmpfgaopoahdmkakll
Mô tả Use ChatGPT on any tab without copy-pasting
Kích Thước Tệp 1.9 MB
Số Lần Cài Đặt 4,535
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2023-04-11
Ngày Phát Hành 2023-01-16
Đánh Giá 3.80/5 Tổng số 41 Đánh Giá
Nhà Phát Triển Yurii Rebryk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cmdj.app
URL Trang Trợ Giúp https://cmdj.app/support
URL Trang Chính Sách Bảo Mật https://cmdj.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}