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
官方網址 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\/*"
    ]
}