Rock Hand

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

Что такое Rock Hand?

Rock Hand - это расширение Chrome, разработанное eithe, и его основная функция - "Shows a rock hand cursor instead of the normal hand cursor on links.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Rock Hand

Скачайте файлы расширений 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"
    ]
}