Cursor Extension

Get a new cursor for your browser!

Cursor Extensionคืออะไร?

Cursor Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saheenfr2002 และคุณลักษณะหลักของมันคือ "Get a new cursor for your browser!"

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

screenshot

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

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

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

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
คำอธิบาย Get a new cursor for your browser!
ขนาดไฟล์ 12.35 MB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2022-11-20
วันที่เผยแพร่ 2022-11-19
ผู้พัฒนา saheenfr2002
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}