Cursorify

Modify your cursors appearance in browser

Cursorifyคืออะไร?

Cursorify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย refractiontech และคุณลักษณะหลักของมันคือ "Modify your cursors appearance in browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cursorify

ดาวน์โหลดไฟล์ส่วนขยาย Cursorify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}