AnyTab Laser Pointer

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

Wat is AnyTab Laser Pointer?

AnyTab Laser Pointer is een Chrome-extensie ontwikkeld door https://anytabextensions.com, en de belangrijkste functie is "Adds a laser pointer to any browser tab, making it easier for your audience to follow along during video calls.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AnyTab Laser Pointer

Download AnyTab Laser Pointer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        *** 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.
-                    

Basisinformatie over de Extensie

Naam AnyTab Laser Pointer AnyTab Laser Pointer
ID ennlhkgoflgahjbkkhnaifpalkmhencd
Officiële URL https://chromewebstore.google.com/detail/anytab-laser-pointer/ennlhkgoflgahjbkkhnaifpalkmhencd
Beschrijving Adds a laser pointer to any browser tab, making it easier for your audience to follow along during video calls.
Bestandsgrootte 72.73 KB
Aantal Installaties 1,077
Huidige Versie 2.0
Laatst Bijgewerkt 2024-02-12
Publicatiedatum 2023-06-27
Beoordeling 4.64/5 Totaal 22 Beoordelingen
Ontwikkelaar https://anytabextensions.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://anytabextensions.com
Help Pagina-URL https://anytabextensions.com
URL van de Privacybeleid Pagina https://anytabextensions.com
Ondersteunde Talen 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"
    }
}