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 क्या है?
Remove Google Docs Type @ To Insert Dmytro Bukhantsov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Google Docs Type @ To Insert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Remove Google Docs Type @ To Insert |
ID | cmhjjklikiomopldckpajabdabjodmnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-google-docs-type-t/cmhjjklikiomopldckpajabdabjodmnc |
विवरण | Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs. |
फ़ाइल का आकार | 28.8 KB |
स्थापना संख्या | 346 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2024-01-29 |
प्रकाशन तिथि | 2024-01-21 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Dmytro Bukhantsov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |