Clap

Clap - smart compose anywhere

Clapとは何ですか?

Clapはhttps://chatlikea.proによって開発されたChromeの拡張機能で、その主な機能は「Clap - smart compose anywhere」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Clap拡張機能のCRXファイルをダウンロード

Clap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Clap Clap
ID aglgcefbnhfdangdiialldlapicnninn
公式URL https://chromewebstore.google.com/detail/clap/aglgcefbnhfdangdiialldlapicnninn
説明 Clap - smart compose anywhere
ファイルサイズ 81.42 KB
インストール数 65
現在のバージョン 0.1.6
最終更新日 2023-12-19
公開日 2023-10-18
評価 5.00/5 合計 1 レビュー
開発者 https://chatlikea.pro
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://chatlikea.pro
ヘルプページのURL https://chatlikea.pro
プライバシーポリシーページのURL https://chatlikea.pro/privacy-policy
対応言語 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"
        }
    }
}