Waiting for Cursor
Transform your cursor into an existential statement.
Waiting for Cursor là gì?
Waiting for Cursor là một tiện ích mở rộng Chrome được phát triển bởi http://shivankaul.com, và tính năng chính của nó là "Transform your cursor into an existential statement.".
Tải xuống tệp CRX của tiện ích mở rộng Waiting for Cursor
Tải xuống các tệp mở rộng Waiting for Cursor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | enocplkmfdbgbmafnjegiplnbjcdbnhi |
URL Chính Thức | https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi |
Mô tả | Transform your cursor into an existential statement. |
Kích Thước Tệp | 8.25 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2016-03-27 |
Ngày Phát Hành | 2016-03-27 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://shivankaul.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://shivankaul.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |