Change My Cursor
Change your cursor to any picture you like!
Change My Cursorคืออะไร?
Change My Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yoonicode.com และคุณลักษณะหลักของมันคือ "Change your cursor to any picture you like!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change My Cursor
ดาวน์โหลดไฟล์ส่วนขยาย Change My Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Change your mouse cursor to ANYTHING you want! This chrome extension is open source (to the extent of the LICENSE that you can view in the below repository); you can view the GitHub repository at https://github.com/yummypasta/changemycursor
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Change My Cursor |
ID | lppmahciboilaokklohhhdlaadkobgpc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc |
คำอธิบาย | Change your cursor to any picture you like! |
ขนาดไฟล์ | 17.19 KB |
จำนวนการติดตั้ง | 47,117 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2022-05-15 |
วันที่เผยแพร่ | 2019-06-07 |
คะแนน | 1.90/5 รวมทั้งหมด 105 คะแนน |
ผู้พัฒนา | https://yoonicode.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Change My Cursor", "description": "Change your cursor to any picture you like!", "version": "2.0.0", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_title": "Change My Cursor!", "default_icon": "img\/cursor.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3 } |