Waiting for Cursor

Transform your cursor into an existential statement.

Co je Waiting for Cursor?

Waiting for Cursor je rozšíření Chrome vyvinuté http://shivankaul.com, a jeho hlavní funkcí je „Transform your cursor into an existential statement.“.

Stáhnout soubor CRX rozšíření Waiting for Cursor

Stáhněte si soubory rozšíření Waiting for Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Waiting for Cursor Waiting for Cursor
ID enocplkmfdbgbmafnjegiplnbjcdbnhi
Oficiální URL https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi
Popis Transform your cursor into an existential statement.
Velikost souboru 8.25 KB
Počet instalací 21
Aktuální Verze 0.0.1
Poslední Aktualizace 2016-03-27
Datum Vydání 2016-03-27
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář http://shivankaul.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://shivankaul.com
Podporované Jazyky 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
}