Remove Google Docs Type @ To Insert
Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.
O que é Remove Google Docs Type @ To Insert?
Remove Google Docs Type @ To Insert é uma extensão do Chrome desenvolvida por Dmytro Bukhantsov, e sua principal característica é "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remove Google Docs Type @ To Insert
Baixe arquivos de extensão Remove Google Docs Type @ To Insert no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Remove Google Docs Type @ To Insert |
ID | cmhjjklikiomopldckpajabdabjodmnc |
URL Oficial | https://chromewebstore.google.com/detail/remove-google-docs-type-t/cmhjjklikiomopldckpajabdabjodmnc |
Descrição | Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs. |
Tamanho do Arquivo | 28.8 KB |
Contagem de Instalações | 346 |
Versão Atual | 1.0.0 |
Última Atualização | 2024-01-29 |
Data de Publicação | 2024-01-21 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Dmytro Bukhantsov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |