Clap

Clap - smart compose anywhere

Clap là gì?

Clap là một tiện ích mở rộng Chrome được phát triển bởi https://chatlikea.pro, và tính năng chính của nó là "Clap - smart compose anywhere".

Ả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 Clap

Tải xuống các tệp mở rộng Clap 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

                        Meet 'Clap', an innovative Chrome extension that takes your writing experience to the next level. Powered by cutting-edge GPT technology, Clap offers effortless smart composition, helping you craft engaging content on any website.

Unlike other extensions, Clap stands out with its non-intrusive, user-friendly interface. There are no pop-ups to distract you or break your flow. All interactions happen within the original text area you're working in. This unique feature allows you to focus solely on your writing, making the process more efficient and enjoyable.

Clap is compatible with a wide range of text editors, providing you with AI-powered suggestions as you type. These context-aware content continuations align with the website you're on, ensuring that your writing remains relevant and on-brand.

The extension also boasts multilingual support, making it an invaluable tool for global communication.

Using Clap is a breeze. Simply start typing in a text box, and AI suggestions will appear, marked by '...'. You can accept these suggestions by pressing 'Tab' or dismiss them with any other key. All of this can be achieved using just your keyboard, eliminating the need for any mouse clicks.

Upgrade your writing with Clap, the Chrome extension that combines simplicity, efficiency, and advanced AI technology to provide a superior writing experience.                    

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

Tên Clap Clap
ID aglgcefbnhfdangdiialldlapicnninn
URL Chính Thức https://chromewebstore.google.com/detail/clap/aglgcefbnhfdangdiialldlapicnninn
Mô tả Clap - smart compose anywhere
Kích Thước Tệp 81.42 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2023-10-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://chatlikea.pro
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://chatlikea.pro
URL Trang Trợ Giúp https://chatlikea.pro
URL Trang Chính Sách Bảo Mật https://chatlikea.pro/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clap",
    "version": "0.1.6",
    "description": "Clap - smart compose anywhere",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Clap - smart compose anywhere"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+J",
                "mac": "MacCtrl+Shift+J"
            },
            "description": "Toggle Clap"
        }
    }
}