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
官方網址 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
電子郵箱 [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"
    ]
}