Mouse Pointer Double

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

ما هو Mouse Pointer Double؟

Mouse Pointer Double هو إضافة Chrome تم تطويرها بواسطة noahlyle167، والميزة الرئيسية لها هي "Displays copy of the mouse pointer on the page. Intended for use with Chromecast.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mouse Pointer Double

قم بتنزيل ملفات الامتداد Mouse Pointer Double بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        reeeeeeeeeeeeeeeeee                    

معلومات أساسية عن التمديد

الاسم Mouse Pointer Double Mouse Pointer Double
ID hbdkmhipnebfndadbkdpkjeijkmddbjn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mouse-pointer-double/hbdkmhipnebfndadbkdpkjeijkmddbjn
الوصف Displays copy of the mouse pointer on the page. Intended for use with Chromecast.
حجم الملف 12.18 KB
عدد التثبيتات 15
النسخة الحالية 1.0.0
آخر تحديث 2019-03-31
تاريخ النشر 2019-03-31
تقييم 1.00/5 مجموع تقييمات 1
المطور noahlyle167
نوع الدفع free
اللغات المدعومة 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"
            }
        }
    }
}