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
官方網址 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"
    }
}