Waiting for Cursor
Transform your cursor into an existential statement.
Cos'è Waiting for Cursor?
Waiting for Cursor è un'estensione di Chrome sviluppata da http://shivankaul.com, e la sua funzione principale è "Transform your cursor into an existential statement.".
Scarica il file CRX dell'estensione Waiting for Cursor
Scarica i file di estensione Waiting for Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | enocplkmfdbgbmafnjegiplnbjcdbnhi |
URL Ufficiale | https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi |
Descrizione | Transform your cursor into an existential statement. |
Dimensione del File | 8.25 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-03-27 |
Data di Pubblicazione | 2016-03-27 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://shivankaul.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://shivankaul.com |
Lingue Supportate | 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 } |