Remove Google Docs Type @ To Insert
Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.
Wat is Remove Google Docs Type @ To Insert?
Remove Google Docs Type @ To Insert is een Chrome-extensie ontwikkeld door Dmytro Bukhantsov, en de belangrijkste functie is "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Google Docs Type @ To Insert
Download Remove Google Docs Type @ To Insert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Remove Google Docs Type @ To Insert |
ID | cmhjjklikiomopldckpajabdabjodmnc |
Officiële URL | https://chromewebstore.google.com/detail/remove-google-docs-type-t/cmhjjklikiomopldckpajabdabjodmnc |
Beschrijving | Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs. |
Bestandsgrootte | 28.8 KB |
Aantal Installaties | 346 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2024-01-29 |
Publicatiedatum | 2024-01-21 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Dmytro Bukhantsov |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |