spotlight

✨Spotlight your cursor🔦

什么是spotlight?

spotlight是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“✨Spotlight your cursor🔦”。

扩展截图

screenshot
screenshot

下载spotlight扩展crx文件

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

扩展使用说明

                        ✨Highlight your mouse pointer while sharing your screen! 🔦

How to use:

1. Click toolbar icon.
2. Press `shift` key. Mouse wheel to change circle size.
3. Toggle off to disable spotlight.
4. Mouse over toggle button and click cancel button to close.

스포트라이트 사용방법:

1. 준비: 툴바 아이콘에서 스포트라이트 클릭
2. 실행: shift 키 + 마우스 휠
3. 비활성화: 토글 버튼 클릭                    

扩展基本信息

名称 spotlight spotlight
ID lpccnbaohcggmnnciajjbkeinjkfdonp
官方URL https://chromewebstore.google.com/detail/spotlight/lpccnbaohcggmnnciajjbkeinjkfdonp
简介 ✨Spotlight your cursor🔦
文件大小 117 KB
安装次数 106
当前版本 1.1.0
更新时间 2022-03-19
上架时间 2022-03-08
评分 5.00/5 共4次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/datalater/spotlight
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "\u2728Spotlight your cursor\ud83d\udd26",
    "name": "spotlight",
    "version": "1.1.0",
    "author": "cheo ",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "\/images\/white-flashlight16.png",
        "32": "\/images\/white-flashlight32.png",
        "48": "\/images\/white-flashlight48.png",
        "128": "\/images\/white-flashlight128.png"
    }
}