iPad Touch Cursor

This cursor is made to match the same cursor animations as the cursor introduced into iPadOS.

iPad Touch Cursorคืออะไร?

iPad Touch Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dannyyuan06 และคุณลักษณะหลักของมันคือ "This cursor is made to match the same cursor animations as the cursor introduced into iPadOS."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        It highlights links and buttons when the cursor moves over them like a bubble.
It also changes to an I-beam when hovering over text.

You are able to customize the color, the border color and many more features for free!
There is an invert feature which inverts the colors behind the cursor.

Please note that this extension does not work in some websites, like Google Maps, but users will be able to turn the extension off through the popup.
Also it might adjust formating on webpages but this is usually avoided.                    

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

ชื่อ iPad Touch Cursor iPad Touch Cursor
ID ifgkphejaiiipekdeldjnpfnabipocam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ipad-touch-cursor/ifgkphejaiiipekdeldjnpfnabipocam
คำอธิบาย This cursor is made to match the same cursor animations as the cursor introduced into iPadOS.
ขนาดไฟล์ 2.14 MB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-08-08
วันที่เผยแพร่ 2022-08-07
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา dannyyuan06
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iPad Touch Cursor",
    "description": "This cursor is made to match the same cursor animations as the cursor introduced into iPadOS.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "my-styles.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}