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ファイルをダウンロード

Rock Hand拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ***
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"
    ]
}