Remove Google Docs Type @ To Insert

Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.

Remove Google Docs Type @ To Insertとは何ですか?

Remove Google Docs Type @ To InsertはDmytro Bukhantsovによって開発されたChromeの拡張機能で、その主な機能は「Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.」です。

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

screenshot

Remove Google Docs Type @ To Insert拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The extension improves the user experience within Google Docs documents by eliminating the 'Type @ to Insert' bubble that consistently appears every time a user begins typing on a new line. Many users find this bubble both annoying and unnecessary, as it can disrupt the flow of typing and distract from the task at hand. By removing this feature, the extension caters to those who wish for a more streamlined and distraction-free writing environment in Google Docs, making it an essential tool for users looking to enhance their productivity and focus.                    

拡張機能の基本情報

名前 Remove Google Docs Type @ To Insert Remove Google Docs Type @ To Insert
ID cmhjjklikiomopldckpajabdabjodmnc
公式URL https://chromewebstore.google.com/detail/remove-google-docs-type-t/cmhjjklikiomopldckpajabdabjodmnc
説明 Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.
ファイルサイズ 28.8 KB
インストール数 346
現在のバージョン 1.0.0
最終更新日 2024-01-29
公開日 2024-01-21
評価 5.00/5 合計 3 レビュー
開発者 Dmytro Bukhantsov
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Google Docs Type @ To Insert",
    "version": "1.0.0",
    "description": "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}