Rock Hand

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

Rock Hand là gì?

Rock Hand là một tiện ích mở rộng Chrome được phát triển bởi eithe, và tính năng chính của nó là "Shows a rock hand cursor instead of the normal hand cursor on links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rock Hand

Tải xuống các tệp mở rộng Rock Hand dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rock Hand Rock Hand
ID ledmjlnkdlappilhaaihfhanlpdjjalm
URL Chính Thức https://chromewebstore.google.com/detail/rock-hand/ledmjlnkdlappilhaaihfhanlpdjjalm
Mô tả Shows a rock hand cursor instead of the normal hand cursor on links.
Kích Thước Tệp 41.98 KB
Số Lần Cài Đặt 6,266
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2013-08-26
Ngày Phát Hành 2013-08-26
Đánh Giá 3.71/5 Tổng số 284 Đánh Giá
Nhà Phát Triển eithe
Loại Thanh Toán free
Trang Web Mở Rộng http://eiathenerd.com/rock-hand-chrome-extension/
URL Trang Trợ Giúp http://eiathenerd.com/rock-hand-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}