Super Mouse

Select Mouse Cursor of Your own choice.

ما هو Super Mouse؟

Super Mouse هو إضافة Chrome تم تطويرها بواسطة Mr. Teachnology Inc.، والميزة الرئيسية لها هي "Select Mouse Cursor of Your own choice.".

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

screenshot
screenshot
screenshot

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

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

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

                        Super Mouse
by Mr. Teachnology / Jay Murphy

Change your mouse cursor to an image of your choice.

Encourage and support the focus of readers of any level....Super Mouse does just that.  Choose an included image or select your own from the web and have a mouse cursor worth paying attention to.  

All instructions are within the pop up windoe of the extension.                    

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

الاسم Super Mouse Super Mouse
ID cokbkfdekagbhjgcbmfocehbmocjmgmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk
الوصف Select Mouse Cursor of Your own choice.
حجم الملف 133 KB
عدد التثبيتات 855
النسخة الحالية 1.8
آخر تحديث 2017-10-08
تاريخ النشر 2017-10-08
تقييم 3.00/5 مجموع تقييمات 10
المطور Mr. Teachnology Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.mrteachnology.com
عنوان صفحة المساعدة https://www.mrteachnology.com
عنوان صفحة سياسة الخصوصية http://www.jaymurphy.org
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Mouse",
    "description": "Select Mouse Cursor of Your own choice.",
    "version": "1.8",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "web_accessible_resources": [
        "lightbulb.png",
        "starp.png",
        "arrow.png",
        "star.png",
        "santa.png",
        "hand.png",
        "move.png",
        "select.png",
        "wink.png",
        "sad.png",
        "fav.png",
        "sleep.png",
        "cry.png",
        "sn.png",
        "g.png",
        "df.png",
        "lv.png",
        "bn.png",
        "cvv.png",
        "jh.png",
        "kl.png",
        "sd.png",
        "vb.png",
        "jhh.png"
    ]
}