Smooth Cursorify

Apply a Microsoft Word-like smooth caret animation to multiple online editors

Wat is Smooth Cursorify?

Smooth Cursorify is een Chrome-extensie ontwikkeld door Ewen Le Bihan, en de belangrijkste functie is "Apply a Microsoft Word-like smooth caret animation to multiple online editors".

Extensie Screenshots

Download het CRX-bestand van de extensie Smooth Cursorify

Download Smooth Cursorify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Apply a Microsoft Word-like smooth caret animation to multiple online editors.

Currently supported websites:

* Google Docs (https://docs.google.com/)
* Overleaf (https://www.overleaf.com/)

Head over to GitHub to request new websites: https://github.com/ewen-lbh/smooth-cursorify                    

Basisinformatie over de Extensie

Naam Smooth Cursorify Smooth Cursorify
ID ohhjfajndpfpbimipmehmdkblnbelaec
Officiële URL https://chromewebstore.google.com/detail/smooth-cursorify/ohhjfajndpfpbimipmehmdkblnbelaec
Beschrijving Apply a Microsoft Word-like smooth caret animation to multiple online editors
Bestandsgrootte 5.17 KB
Aantal Installaties 1,499
Huidige Versie 0.2.0
Laatst Bijgewerkt 2022-03-10
Publicatiedatum 2021-12-29
Beoordeling 5.00/5 Totaal 29 Beoordelingen
Ontwikkelaar Ewen Le Bihan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ewen-lbh/smooth-cursorify
Help Pagina-URL https://github.com/ewen-lbh/smooth-cursorify/issues/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smooth Cursorify",
    "short_name": "Smooth Cursorify",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Apply a Microsoft Word-like smooth caret animation to multiple online editors",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*",
                "http:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "google-docs.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.overleaf.com\/project\/*",
                "http:\/\/www.overleaf.com\/project\/*"
            ],
            "js": [
                "overleaf.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}