Cursorify

Modify your cursors appearance in browser

ما هو Cursorify؟

Cursorify هو إضافة Chrome تم تطويرها بواسطة refractiontech، والميزة الرئيسية لها هي "Modify your cursors appearance in browser".

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

screenshot

تحميل ملف CRX للإضافة Cursorify

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

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

                        The extensions allows you to change the default cursor suggesting you a huge amount of cursors with different coloring and structure.                    

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

الاسم Cursorify Cursorify
ID edgfeonoalmppnpdjiedepmhknmfaipf
عنوان URL الرسمي https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf
الوصف Modify your cursors appearance in browser
حجم الملف 3.9 MB
عدد التثبيتات 21
النسخة الحالية 1.1.0
آخر تحديث 2020-03-04
تاريخ النشر 2020-03-03
تقييم 5.00/5 مجموع تقييمات 2
المطور refractiontech
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cursorify",
    "short_name": "Cursorify",
    "version": "1.1.0",
    "description": "Modify your cursors appearance in browser",
    "author": "Refraction.Tech",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "media\/logo16.png",
            "32": "media\/logo32.png",
            "48": "media\/logo48.png",
            "128": "media\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ]
}