Waiting for Cursor

Transform your cursor into an existential statement.

Wat is Waiting for Cursor?

Waiting for Cursor is een Chrome-extensie ontwikkeld door http://shivankaul.com, en de belangrijkste functie is "Transform your cursor into an existential statement.".

Download het CRX-bestand van de extensie Waiting for Cursor

Download Waiting for Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Waiting for Cursor Waiting for Cursor
ID enocplkmfdbgbmafnjegiplnbjcdbnhi
Officiële URL https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi
Beschrijving Transform your cursor into an existential statement.
Bestandsgrootte 8.25 KB
Aantal Installaties 21
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-03-27
Publicatiedatum 2016-03-27
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://shivankaul.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://shivankaul.com
Ondersteunde Talen 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
}