Waiting for Cursor
Transform your cursor into an existential statement.
Co to jest Waiting for Cursor?
Waiting for Cursor to rozszerzenie Chrome opracowane przez http://shivankaul.com, a jego główną funkcją jest „Transform your cursor into an existential statement.”.
Pobierz plik CRX rozszerzenia Waiting for Cursor
Pobierz pliki rozszerzeń Waiting for Cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | enocplkmfdbgbmafnjegiplnbjcdbnhi |
Oficjalny URL | https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi |
Opis | Transform your cursor into an existential statement. |
Rozmiar pliku | 8.25 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2016-03-27 |
Data Publikacji | 2016-03-27 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://shivankaul.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://shivankaul.com |
Obsługiwane Języki | 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 } |