Mouse Pointer Double

Displays copy of the mouse pointer on the page. Intended for use with Chromecast.

Apa itu Mouse Pointer Double?

Mouse Pointer Double adalah ekstensi Chrome yang dikembangkan oleh noahlyle167, dan fitur utamanya adalah "Displays copy of the mouse pointer on the page. Intended for use with Chromecast.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mouse Pointer Double

Unduh file ekstensi Mouse Pointer Double 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

                        reeeeeeeeeeeeeeeeee                    

Informasi Dasar Ekstensi

Nama Mouse Pointer Double Mouse Pointer Double
ID hbdkmhipnebfndadbkdpkjeijkmddbjn
URL Resmi https://chrome.google.com/webstore/detail/mouse-pointer-double/hbdkmhipnebfndadbkdpkjeijkmddbjn
Deskripsi Displays copy of the mouse pointer on the page. Intended for use with Chromecast.
Ukuran File 12.18 KB
Jumlah Instalasi 15
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-03-31
Tanggal Publikasi 2019-03-31
Penilaian 1.00/5 Total 1 Penilaian
Pengembang noahlyle167
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Double",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Displays copy of the mouse pointer on the page. Intended for use with Chromecast.",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Show mouse pointer double",
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/cursor.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "description": "Activate mouse pointer double",
            "suggested_key": {
                "default": "Alt+Shift+M"
            }
        }
    }
}