Circle cursor

Change your cursor to a circle

Circle cursorคืออะไร?

Circle cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coxmi และคุณลักษณะหลักของมันคือ "Change your cursor to a circle"

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

screenshot

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

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

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

                        A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor.                    

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

ชื่อ Circle cursor Circle cursor
ID ilelbekedacppdghaclcoolmmdogpbbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh
คำอธิบาย Change your cursor to a circle
ขนาดไฟล์ 12.43 KB
จำนวนการติดตั้ง 273
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-02-04
วันที่เผยแพร่ 2022-01-18
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา coxmi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/coxmi/chrome-circle-cursor
URL หน้าช่วยเหลือ https://github.com/coxmi/chrome-circle-cursor/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Change your cursor to a circle",
    "icons": {
        "128": "assets\/icon128.png",
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Circle cursor",
    "homepage_url": "https:\/\/github.com\/coxmi\/chrome-circle-cursor",
    "version": "1.0.2"
}