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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the 'Type @ to Insert' bubble that appears whenever you type a new line in Google Docs."입니다.

확장 프로그램 스크린샷

screenshot

Remove Google Docs Type @ To Insert 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}