Rainbow Cursor for Google Docs
Make your cursor rainbow in Google Docs.
What is Rainbow Cursor for Google Docs?
Rainbow Cursor for Google Docs is a Chrome extension developed by AtomicCoding, and its main feature is "Make your cursor rainbow in Google Docs.".
Extension Screenshots
Download Rainbow Cursor for Google Docs Extension CRX File
Download Rainbow Cursor for Google Docs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension replaces the default black cursor of Google Docs with a rainbow gradient allowing you to type in style.
Extension Basic Information
Name | Rainbow Cursor for Google Docs |
ID | ndlalmkdjajlefnlimdbmgdhehblelpl |
Official URL | https://chromewebstore.google.com/detail/rainbow-cursor-for-google/ndlalmkdjajlefnlimdbmgdhehblelpl |
Description | Make your cursor rainbow in Google Docs. |
File Size | 22.65 KB |
Installation Count | 30,000 |
Current Version | 2.0.0 |
Last Updated | 2020-01-13 |
Publish Date | 2020-01-13 |
Rating | 3.52/5 Total 46 Ratings |
Developer | AtomicCoding |
Payment Type | free |
Extension Website | https://github.com/AtomicCoding/rainbow-cursor |
Supported Languages | 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\/*" ] } |