Waiting for Cursor

Transform your cursor into an existential statement.

What is Waiting for Cursor?

Waiting for Cursor is a Chrome extension developed by http://shivankaul.com, and its main feature is "Transform your cursor into an existential statement.".

Download Waiting for Cursor Extension CRX File

Download Waiting for Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Waiting for Cursor Waiting for Cursor
ID enocplkmfdbgbmafnjegiplnbjcdbnhi
Official URL https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi
Description Transform your cursor into an existential statement.
File Size 8.25 KB
Installation Count 21
Current Version 0.0.1
Last Updated 2016-03-27
Publish Date 2016-03-27
Rating 1.00/5 Total 1 Ratings
Developer http://shivankaul.com
Email [email protected]
Payment Type free
Extension Website http://shivankaul.com
Supported Languages 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
}