Rock Hand

Shows a rock hand cursor instead of the normal hand cursor on links.

Rock Hand란 무엇입니까?

Rock Hand은(는) eithe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows a rock hand cursor instead of the normal hand cursor on links."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Rock Hand 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ***
PS: The rock hand cursor extension is disabled on chrome web store pages (where you probably are now), so after installing go to another page to make this extension rock your world.
***

Make Chrome rock with this extension that replaces the normal hand/pointer cursor with a hand doing the rock'n'roll sign!

Update: Version 1.1.0 should make the rock hand cursor display on many more pages, sorry for not fixing this before!

To uninstall/disable click the settings icon (looks like a wrench) in Chrome and choose Tools -> Extensions. Find Rock Hand and click Disable or Uninstall.

***

PS #2: Rock Hand needs the "Your data on all websites" permission, but it doesn't actually read any data from the websites you visit. It's just needed so I can insert the rock hand cursor on all pages.                    

확장 프로그램 기본 정보

이름 Rock Hand Rock Hand
ID ledmjlnkdlappilhaaihfhanlpdjjalm
공식 URL https://chromewebstore.google.com/detail/rock-hand/ledmjlnkdlappilhaaihfhanlpdjjalm
설명 Shows a rock hand cursor instead of the normal hand cursor on links.
파일 크기 41.98 KB
설치 횟수 6,266
현재 버전 1.1.4
최근 업데이트 2013-08-26
출시 날짜 2013-08-26
평점 3.71/5 총 284 개의 평점
개발자 eithe
결제 유형 free
확장 프로그램 웹 사이트 http://eiathenerd.com/rock-hand-chrome-extension/
도움말 페이지 URL http://eiathenerd.com/rock-hand-chrome-extension/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "js.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Shows a rock hand cursor instead of the normal hand cursor on links.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "name": "Rock Hand",
    "version": "1.1.4",
    "web_accessible_resources": [
        "rockhand.png"
    ]
}