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
公式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
Eメール [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"
            ]
        }
    ]
}