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은(는) dannyyuan06에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This cursor is made to match the same cursor animations as the cursor introduced into iPadOS."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

iPad Touch Cursor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}