Waiting for Cursor
Transform your cursor into an existential statement.
Qu'est-ce que Waiting for Cursor ?
Waiting for Cursor est une extension Chrome développée par http://shivankaul.com, et sa fonction principale est "Transform your cursor into an existential statement.".
Télécharger le fichier CRX de l'extension Waiting for Cursor
Téléchargez les fichiers d'extension Waiting for Cursor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | enocplkmfdbgbmafnjegiplnbjcdbnhi |
URL Officiel | https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi |
Description | Transform your cursor into an existential statement. |
Taille du Fichier | 8.25 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-03-27 |
Date de Publication | 2016-03-27 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://shivankaul.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://shivankaul.com |
Langues Prises en Charge | 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 } |