Rainbow Cursor for Google Docs

Make your cursor rainbow in Google Docs.

Wat is Rainbow Cursor for Google Docs?

Rainbow Cursor for Google Docs is een Chrome-extensie ontwikkeld door AtomicCoding, en de belangrijkste functie is "Make your cursor rainbow in Google Docs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rainbow Cursor for Google Docs

Download Rainbow Cursor for Google Docs-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

                        This extension replaces the default black cursor of Google Docs with a rainbow gradient allowing you to type in style.                    

Basisinformatie over de Extensie

Naam Rainbow Cursor for Google Docs Rainbow Cursor for Google Docs
ID ndlalmkdjajlefnlimdbmgdhehblelpl
Officiële URL https://chromewebstore.google.com/detail/rainbow-cursor-for-google/ndlalmkdjajlefnlimdbmgdhehblelpl
Beschrijving Make your cursor rainbow in Google Docs.
Bestandsgrootte 22.65 KB
Aantal Installaties 30,000
Huidige Versie 2.0.0
Laatst Bijgewerkt 2020-01-13
Publicatiedatum 2020-01-13
Beoordeling 3.52/5 Totaal 46 Beoordelingen
Ontwikkelaar AtomicCoding
Betalingswijze free
Extensiewebsite https://github.com/AtomicCoding/rainbow-cursor
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbow Cursor for Google Docs",
    "short_name": "Rainbow Crsr",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Make your cursor rainbow in Google Docs.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*",
                "http:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "rainbow.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Rainbow Cursor",
        "default_icon": "icon.png"
    },
    "permissions": [
        "http:\/\/docs.google.com\/*",
        "https:\/\/docs.google.com\/*"
    ]
}