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 هو إضافة Chrome تم تطويرها بواسطة Dmytro Bukhantsov، والميزة الرئيسية لها هي "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Remove Google Docs Type @ To Insert

قم بتنزيل ملفات الامتداد Remove Google Docs Type @ To Insert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
    }
}