AnyTab Laser Pointer

Adds a laser pointer to any browser tab, making it easier for your audience to follow along during video calls.

AnyTab Laser Pointerคืออะไร?

AnyTab Laser Pointer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://anytabextensions.com และคุณลักษณะหลักของมันคือ "Adds a laser pointer to any browser tab, making it easier for your audience to follow along during video calls."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย AnyTab Laser Pointer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        *** NOW WITH GESTURE DETECTION AND AUTOMATIC HIGHLIGHTING!!! ***

Have you ever found yourself lost in a sea of mouse movements during a virtual presentation, desperately trying to keep up with where the presenter is pointing? 

"AnyTab Laser Pointer" adds a laser trail to your mouse pointer (similar to the one on Google Slides) on ANY Chrome tab. 

And YES... that includes spreadsheets!!!

Think of it as your on-screen spotlight, leaving a vivid trail in its wake, turning your mouse into a laser pointer that can cut through the most cluttered of spreadsheets, the busiest of designs, or the densest of texts. 

No more digital hide and seek with the cursor, just a simple, clear path to follow.

With the "AnyTab Laser Pointer", your viewers will always be in sync, even if you're moving at the speed of light. 

No more frantic pleas of "wait, where are you pointing?" or "could you go back a bit?". 
Now, everyone can easily follow your digital dance across the screen.

This is not just an extension, it's your breadcrumb trail, your neon marquee in the bustling city of shared screens. 

Point, Direct, Engage. It's that simple. Embrace the power of clarity, and never lose your viewers again!

PS: as a bonus, AnyTab Laser Pointer also tells you how many tabs you juggled in the last 24 hours!


CHANGELOG
v2.0 - February 11th, 2024
- Highlight Gesture Detection: it recognizes when you're pointing at an element on the page to show it to your viewers and it adds on the page a shape to highlight that element!
- minor fixed and performance improvements.

v1.5 - February 7th, 2024
- Fixed bug: improved variable naming to shat it won't interfere with the debug environment of developers. FIXED.

v1.4 - December 12th, 2023
- Fixed bug: the laser trail did not display when scrolling up the page. FIXED.

v1.3 - December 12th, 2023
- Improved the count of tabs used in a day.
- Improved the implementation of the rating popup to make it more user-friendly.

v1.2 - December 11th, 2023
- Added in-extension rating support.

v1.1 - December 9th, 2023
- Fixed an issue that was causing the mouse trail to go off-screen and the browser reacting by adding the horizontal scroll bar.
- Other minor fixes

Please, leave a review!
It helps more people find the extension.

Thank you for using AnyTab Laser Pointer.
-                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AnyTab Laser Pointer AnyTab Laser Pointer
ID ennlhkgoflgahjbkkhnaifpalkmhencd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anytab-laser-pointer/ennlhkgoflgahjbkkhnaifpalkmhencd
คำอธิบาย Adds a laser pointer to any browser tab, making it easier for your audience to follow along during video calls.
ขนาดไฟล์ 72.73 KB
จำนวนการติดตั้ง 1,077
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2023-06-27
คะแนน 4.64/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://anytabextensions.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://anytabextensions.com
URL หน้าช่วยเหลือ https://anytabextensions.com
URL หน้านโยบายความเป็นส่วนตัว https://anytabextensions.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AnyTab Laser Pointer",
    "version": "2.0",
    "description": "Adds a laser pointer to any browser tab, making it easier for your audience to follow along during video calls.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/leadsandconversion.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}