Mouse Pointer Highliter

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

Apa itu Mouse Pointer Highliter?

Mouse Pointer Highliter adalah ekstensi Chrome yang dikembangkan oleh Debug Media, dan fitur utamanya adalah "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mouse Pointer Highliter

Unduh file ekstensi Mouse Pointer Highliter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
URL Resmi https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Deskripsi Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Ukuran File 4.68 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-08-14
Tanggal Publikasi 2020-08-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Debug Media
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.youtube.com/debugmedia
URL Halaman Bantuan https://www.youtube.com/debugmedia
Bahasa yang Didukung 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"
    ]
}