Mouse Pointer Highliter

Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media

Mouse Pointer Highliterとは何ですか?

Mouse Pointer HighliterはDebug Mediaによって開発されたChromeの拡張機能で、その主な機能は「Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media」です。

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

screenshot

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

Mouse Pointer Highliter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This will hide all the elements on the screen except the portion of your mouse pointer, This is going to be very useful when you are taking online classes if you want them to focus on the section you are reading / explaining then you just have to point to that section and only that section will be visible                    

拡張機能の基本情報

名前 Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
公式URL https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
説明 Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
ファイルサイズ 4.68 KB
インストール数 21
現在のバージョン 1.0.0
最終更新日 2020-08-14
公開日 2020-08-13
評価 5.00/5 合計 1 レビュー
開発者 Debug Media
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.youtube.com/debugmedia
ヘルプページのURL https://www.youtube.com/debugmedia
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Highliter",
    "version": "1.0.0",
    "description": "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}