Remove Blink
Removes cursor blink in Google Docs.
Remove Blink란 무엇입니까?
Remove Blink은(는) Jeremiah Baclig에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes cursor blink in Google Docs."입니다.
확장 프로그램 스크린샷
Remove Blink 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension removes the cursor blink within Google Docs. The cursor blink speed is set to 0, allow for the text caret to remain, but be static. UPDATE 1.0.1: - Websites using Monaco cursor are supported (ie. Leetcode) If needed outside of Google Docs and on a Windows machine, it is recommended to use the default "Change cursor blink rate" feature in Windows and adjust the value to None. This will not work on all text boxes on all webpages in Chrome but this extension will be revisited in the future to address this. Additional information can be found at the link below: https://github.com/jeremiahbaclig/Cursor-Blink
확장 프로그램 기본 정보
이름 | Remove Blink |
ID | fnaaokkdhakddpnkbmghogjelkakgpkg |
공식 URL | https://chromewebstore.google.com/detail/remove-blink/fnaaokkdhakddpnkbmghogjelkakgpkg |
설명 | Removes cursor blink in Google Docs. |
파일 크기 | 11.92 KB |
설치 횟수 | 481 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-11-10 |
출시 날짜 | 2021-01-05 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | Jeremiah Baclig |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/jeremiahbaclig/Cursor-Blink |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Blink", "description": "Removes cursor blink in Google Docs.", "version": "1.0.1", "manifest_version": 3, "host_permissions": [ "https:\/\/docs.google.com\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" } }, "content_scripts": [ { "matches": [ " |