Rainbow Cursor for Google Docs

Make your cursor rainbow in Google Docs.

什么是Rainbow Cursor for Google Docs?

Rainbow Cursor for Google Docs是由AtomicCoding开发的Chrome扩展程序,该扩展的主要功能是“Make your cursor rainbow in Google Docs.”。

扩展截图

screenshot

下载Rainbow Cursor for Google Docs扩展crx文件

下载Rainbow Cursor for Google Docs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Rainbow Cursor for Google Docs Rainbow Cursor for Google Docs
ID ndlalmkdjajlefnlimdbmgdhehblelpl
官方URL https://chromewebstore.google.com/detail/rainbow-cursor-for-google/ndlalmkdjajlefnlimdbmgdhehblelpl
简介 Make your cursor rainbow in Google Docs.
文件大小 22.65 KB
安装次数 30,000
当前版本 2.0.0
更新时间 2020-01-13
上架时间 2020-01-13
评分 3.52/5 共46次评分
开发者 AtomicCoding
付费类型 free
扩展官网 https://github.com/AtomicCoding/rainbow-cursor
支持的语言 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\/*"
    ]
}