spotlight

✨Spotlight your cursor🔦

ما هو spotlight؟

spotlight هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "✨Spotlight your cursor🔦".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة spotlight

قم بتنزيل ملفات الامتداد spotlight بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ✨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"
    }
}