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文件

下載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
官方網址 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"
            ]
        }
    ]
}