Rock Hand

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

¿Qué es Rock Hand?

Rock Hand es una extensión de Chrome desarrollada por eithe, y su función principal es "Shows a rock hand cursor instead of the normal hand cursor on links.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Rock Hand

Descarga archivos de extensión Rock Hand en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ***
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.                    

Información Básica de la Extensión

Nombre Rock Hand Rock Hand
ID ledmjlnkdlappilhaaihfhanlpdjjalm
URL Oficial https://chromewebstore.google.com/detail/rock-hand/ledmjlnkdlappilhaaihfhanlpdjjalm
Descripción Shows a rock hand cursor instead of the normal hand cursor on links.
Tamaño del Archivo 41.98 KB
Cantidad de Instalaciones 6,266
Versión Actual 1.1.4
Última Actualización 2013-08-26
Fecha de Publicación 2013-08-26
Calificación 3.71/5 Total de 284 Calificaciones
Desarrollador eithe
Tipo de Pago free
Sitio Web de la Extensión http://eiathenerd.com/rock-hand-chrome-extension/
URL de la Página de Ayuda http://eiathenerd.com/rock-hand-chrome-extension/
Idiomas Soportados 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"
    ]
}