Change Cursor

Awesome and unusual cursors

Change Cursorคืออะไร?

Change Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย demidovavaleria87 และคุณลักษณะหลักของมันคือ "Awesome and unusual cursors"

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

screenshot
screenshot
screenshot

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

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

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

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

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

ชื่อ Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
คำอธิบาย Awesome and unusual cursors
ขนาดไฟล์ 36.16 KB
จำนวนการติดตั้ง 3,483
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-06-08
วันที่เผยแพร่ 2021-11-14
คะแนน 1.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา demidovavaleria87
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}