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                    

擴展基本資訊

名稱 Waiting for Cursor Waiting for Cursor
ID enocplkmfdbgbmafnjegiplnbjcdbnhi
官方網址 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
}