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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}