Remove Google Docs Type @ To Insert

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

Was ist Remove Google Docs Type @ To Insert?

Remove Google Docs Type @ To Insert ist eine Chrome-Erweiterung, die von Dmytro Bukhantsov entwickelt wurde, und ihr Hauptmerkmal ist "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.".

Erweiterungsscreenshots

screenshot

Remove Google Docs Type @ To Insert-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove Google Docs Type @ To Insert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Remove Google Docs Type @ To Insert Remove Google Docs Type @ To Insert
ID cmhjjklikiomopldckpajabdabjodmnc
Offizielle URL https://chromewebstore.google.com/detail/remove-google-docs-type-t/cmhjjklikiomopldckpajabdabjodmnc
Beschreibung Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.
Dateigröße 28.8 KB
Installationsanzahl 346
Aktuelle Version 1.0.0
Letztes Update 2024-01-29
Veröffentlichungsdatum 2024-01-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Dmytro Bukhantsov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}