Remove Google Docs Type @ To Insert

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

Qu'est-ce que Remove Google Docs Type @ To Insert ?

Remove Google Docs Type @ To Insert est une extension Chrome développée par Dmytro Bukhantsov, et sa fonction principale est "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove Google Docs Type @ To Insert

Téléchargez les fichiers d'extension Remove Google Docs Type @ To Insert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove Google Docs Type @ To Insert Remove Google Docs Type @ To Insert
ID cmhjjklikiomopldckpajabdabjodmnc
URL Officiel https://chromewebstore.google.com/detail/remove-google-docs-type-t/cmhjjklikiomopldckpajabdabjodmnc
Description Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.
Taille du Fichier 28.8 KB
Nombre d'Installations 346
Version Actuelle 1.0.0
Dernière Mise à Jour 2024-01-29
Date de Publication 2024-01-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur Dmytro Bukhantsov
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}