Waiting for Cursor
Transform your cursor into an existential statement.
Vad är Waiting for Cursor?
Waiting for Cursor är en Chrome-tillägg utvecklad av http://shivankaul.com, och dess huvudfunktion är "Transform your cursor into an existential statement.".
Ladda ner Waiting for Cursor-förlängningens CRX-fil
Ladda ner Waiting for Cursor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | enocplkmfdbgbmafnjegiplnbjcdbnhi |
Officiell webbadress | https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi |
Beskrivning | Transform your cursor into an existential statement. |
Filstorlek | 8.25 KB |
Antal Installationer | 21 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2016-03-27 |
Publiceringsdatum | 2016-03-27 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://shivankaul.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://shivankaul.com |
Stödda Språk | 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 } |