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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This cursor is made to match the same cursor animations as the cursor introduced into iPadOS."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iPad Touch Cursor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}