BetterWriter.ai

Select text and generate alternative suggestions.

BetterWriter.aiとは何ですか?

BetterWriter.aiはhttp://betterwriter.aiによって開発されたChromeの拡張機能で、その主な機能は「Select text and generate alternative suggestions.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Simply install a Chrome Extension to write better and faster with GPT-3. https://betterwriter.ai/                    

拡張機能の基本情報

名前 BetterWriter.ai BetterWriter.ai
ID fjkbkpcdannglhledpgjefalcfkbibng
公式URL https://chrome.google.com/webstore/detail/betterwriterai/fjkbkpcdannglhledpgjefalcfkbibng
説明 Select text and generate alternative suggestions.
ファイルサイズ 241 KB
インストール数 613
現在のバージョン 0.21
最終更新日 2021-08-18
公開日 2021-05-11
評価 3.67/5 合計 3 レビュー
開発者 http://betterwriter.ai
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://betterwriter.ai/
プライバシーポリシーページのURL https://betterwriter.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterWriter.ai",
    "version": "0.21",
    "description": "Select text and generate alternative suggestions.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": ".\/obj-16x16.png",
        "32": ".\/obj-32x32.png",
        "48": ".\/obj-48x48.png",
        "128": ".\/obj-128x128.png"
    }
}