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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}