Rainbow Cursor for Google Docs
Make your cursor rainbow in Google Docs.
Cos'è Rainbow Cursor for Google Docs?
Rainbow Cursor for Google Docs è un'estensione di Chrome sviluppata da AtomicCoding, e la sua funzione principale è "Make your cursor rainbow in Google Docs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rainbow Cursor for Google Docs
Scarica i file di estensione Rainbow Cursor for Google Docs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension replaces the default black cursor of Google Docs with a rainbow gradient allowing you to type in style.
Informazioni di Base sull'Estensione
Nome | Rainbow Cursor for Google Docs |
ID | ndlalmkdjajlefnlimdbmgdhehblelpl |
URL Ufficiale | https://chromewebstore.google.com/detail/rainbow-cursor-for-google/ndlalmkdjajlefnlimdbmgdhehblelpl |
Descrizione | Make your cursor rainbow in Google Docs. |
Dimensione del File | 22.65 KB |
Conteggio Installazioni | 30,000 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2020-01-13 |
Data di Pubblicazione | 2020-01-13 |
Valutazione | 3.52/5 Totale 46 Valutazioni |
Sviluppatore | AtomicCoding |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AtomicCoding/rainbow-cursor |
Lingue Supportate | 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\/*" ] } |