Remove Google Docs Type @ To Insert
Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.
Remove Google Docs Type @ To Insert là gì?
Remove Google Docs Type @ To Insert là một tiện ích mở rộng Chrome được phát triển bởi Dmytro Bukhantsov, và tính năng chính của nó là "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Remove Google Docs Type @ To Insert
Tải xuống các tệp mở rộng Remove Google Docs Type @ To Insert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Google Docs Type @ To Insert |
ID | cmhjjklikiomopldckpajabdabjodmnc |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-google-docs-type-t/cmhjjklikiomopldckpajabdabjodmnc |
Mô tả | Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs. |
Kích Thước Tệp | 28.8 KB |
Số Lần Cài Đặt | 346 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2024-01-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Dmytro Bukhantsov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |