Waiting for Cursor
Transform your cursor into an existential statement.
Apa itu Waiting for Cursor?
Waiting for Cursor adalah ekstensi Chrome yang dikembangkan oleh http://shivankaul.com, dan fitur utamanya adalah "Transform your cursor into an existential statement.".
Unduh Berkas CRX Ekstensi Waiting for Cursor
Unduh file ekstensi Waiting for Cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | enocplkmfdbgbmafnjegiplnbjcdbnhi |
URL Resmi | https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi |
Deskripsi | Transform your cursor into an existential statement. |
Ukuran File | 8.25 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2016-03-27 |
Tanggal Publikasi | 2016-03-27 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://shivankaul.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://shivankaul.com |
Bahasa yang Didukung | 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 } |