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
官方網址 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"
    }
}