Follow Cursor

Adds custom mouse pointer that rotate in he way that you steer it

Follow Cursorคืออะไร?

Follow Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thelidcer และคุณลักษณะหลักของมันคือ "Adds custom mouse pointer that rotate in he way that you steer it"

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

screenshot

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

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

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

                        Adds custom mouse pointer that rotates in the way you steer it                    

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

ชื่อ Follow Cursor Follow Cursor
ID dphiobephcfbbeeimmefecgjeaimkdhk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/follow-cursor/dphiobephcfbbeeimmefecgjeaimkdhk
คำอธิบาย Adds custom mouse pointer that rotate in he way that you steer it
ขนาดไฟล์ 41.58 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-10-05
วันที่เผยแพร่ 2020-10-05
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา thelidcer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow Cursor",
    "icons": {
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        "assets\/css\/bootstrap.css",
        "assets\/css\/cursor.css",
        "assets\/css\/popup.css",
        "assets\/images\/icon_128.png",
        "assets\/images\/icon_48.png",
        "assets\/images\/normal.svg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_48.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/scripts\/content.js"
            ],
            "css": [
                "assets\/css\/cursor.css"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1",
    "description": "Adds custom mouse pointer that rotate in he way that you steer it"
}