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
公式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
Eメール [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
}