Remove Google Docs Type @ To Insert

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

Cos'è Remove Google Docs Type @ To Insert?

Remove Google Docs Type @ To Insert è un'estensione di Chrome sviluppata da Dmytro Bukhantsov, e la sua funzione principale è "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove Google Docs Type @ To Insert

Scarica i file di estensione Remove Google Docs Type @ To Insert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Remove Google Docs Type @ To Insert Remove Google Docs Type @ To Insert
ID cmhjjklikiomopldckpajabdabjodmnc
URL Ufficiale https://chromewebstore.google.com/detail/remove-google-docs-type-t/cmhjjklikiomopldckpajabdabjodmnc
Descrizione Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.
Dimensione del File 28.8 KB
Conteggio Installazioni 346
Versione Corrente 1.0.0
Ultimo Aggiornamento 2024-01-29
Data di Pubblicazione 2024-01-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Dmytro Bukhantsov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}