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