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
官方網址 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"
    ]
}