spotlight

✨Spotlight your cursor🔦

spotlightคืออะไร?

spotlight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "✨Spotlight your cursor🔦"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย spotlight

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}