Waiting for Cursor
Transform your cursor into an existential statement.
什么是Waiting for Cursor?
Waiting for Cursor是由http://shivankaul.com开发的Chrome扩展程序,该扩展的主要功能是“Transform your cursor into an existential statement.”。
下载Waiting for Cursor扩展crx文件
下载Waiting for Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | enocplkmfdbgbmafnjegiplnbjcdbnhi |
| 官方URL | https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi |
| 简介 | Transform your cursor into an existential statement. |
| 文件大小 | 8.25 KB |
| 安装次数 | 21 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2016-03-27 |
| 上架时间 | 2016-03-27 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | http://shivankaul.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://shivankaul.com |
| 支持的语言 | 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
} | |