Remove Blink

Removes cursor blink in Google Docs.

什麼是Remove Blink?

Remove Blink是由Jeremiah Baclig開發的Chrome擴展程式,該擴展的主要功能是“Removes cursor blink in Google Docs.”。

擴展截圖

screenshot

下載Remove Blink擴展crx文件

下載Remove Blink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Remove Blink
ID fnaaokkdhakddpnkbmghogjelkakgpkg
官方網址 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": [
                ""
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}