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
电子邮箱 [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"
    }
}