Remove Blink

Removes cursor blink in Google Docs.

Remove Blink là gì?

Remove Blink là một tiện ích mở rộng Chrome được phát triển bởi Jeremiah Baclig, và tính năng chính của nó là "Removes cursor blink in Google Docs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove Blink

Tải xuống các tệp mở rộng Remove Blink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove Blink Remove Blink
ID fnaaokkdhakddpnkbmghogjelkakgpkg
URL Chính Thức https://chromewebstore.google.com/detail/remove-blink/fnaaokkdhakddpnkbmghogjelkakgpkg
Mô tả Removes cursor blink in Google Docs.
Kích Thước Tệp 11.92 KB
Số Lần Cài Đặt 481
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-11-10
Ngày Phát Hành 2021-01-05
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Jeremiah Baclig
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/jeremiahbaclig/Cursor-Blink
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}