Waiting for Cursor

Transform your cursor into an existential statement.

Waiting for Cursor क्या है?

Waiting for Cursor http://shivankaul.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform your cursor into an existential statement."।

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

crx प्रारूप में Waiting for Cursor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Permanently set your Chrome mouse pointer to the waiting cursor. Because we are all "finding something, to give us the impression that we exist."
- Samuel Beckett, Waiting for Godot

I am not responsible if this extension gives you an aneurysm.

Icon Credits: Freepik from www.flaticon.com                    

एक्सटेंशन की मूल जानकारी

नाम Waiting for Cursor Waiting for Cursor
ID enocplkmfdbgbmafnjegiplnbjcdbnhi
आधिकारिक URL https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi
विवरण Transform your cursor into an existential statement.
फ़ाइल का आकार 8.25 KB
स्थापना संख्या 21
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-03-27
प्रकाशन तिथि 2016-03-27
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर http://shivankaul.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://shivankaul.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Waiting for Cursor",
    "short_name": "Nothing Happens",
    "description": "Transform your cursor into an existential statement.",
    "version": "0.0.1",
    "icons": {
        "16": "assets\/icon-16.png",
        "24": "assets\/icon-24.png",
        "32": "assets\/icon-32.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "src\/cursor_waiting.css"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}