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はhttps://anytabextensions.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a laser pointer to any browser tab, making it easier for your audience to follow along during video calls.」です。

拡張機能のスクリーンショット

screenshot

AnyTab Laser Pointer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}