Remove Blink
Removes cursor blink in Google Docs.
Qu'est-ce que Remove Blink ?
Remove Blink est une extension Chrome développée par Jeremiah Baclig, et sa fonction principale est "Removes cursor blink in Google Docs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Remove Blink
Téléchargez les fichiers d'extension Remove Blink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Remove Blink |
ID | fnaaokkdhakddpnkbmghogjelkakgpkg |
URL Officiel | https://chromewebstore.google.com/detail/remove-blink/fnaaokkdhakddpnkbmghogjelkakgpkg |
Description | Removes cursor blink in Google Docs. |
Taille du Fichier | 11.92 KB |
Nombre d'Installations | 481 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-11-10 |
Date de Publication | 2021-01-05 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | Jeremiah Baclig |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/jeremiahbaclig/Cursor-Blink |
Langues Prises en Charge | 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": [ " |