Need a Hand

With a massive hand comes massive responsibility

Need a Hand là gì?

Need a Hand là một tiện ích mở rộng Chrome được phát triển bởi https://www.liquidx.net, và tính năng chính của nó là "With a massive hand comes massive responsibility".

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

screenshot

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

Tải xuống các tệp mở rộng Need a 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

                        Need a hand is a handy Chrome Extension that allows you to overlay a hand on any web page that you control with your mouse pointer. You need this extension if:

1. you want check how easy your web site is for touch screen devices like the iPad,
2. you want to demonstrate something and want a nice looking pointer,
3. you have a serious hand fetish,
4. you find it amusing to have a giant hand on your screen.

Coming soon: Left hands.

Known Problems:
- Doesn't work on Chrome Web Store (due to security issues).
- Doesn't work in Gmail (due to iframes issues).
- Decapitated arm effect for screens larger than 24". Fix coming soon.
- Doesn't work entirely for Twitter after scrolling (due to DOM issues I can't begin to understand.)                    

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

Tên Need a Hand Need a Hand
ID fpgiejkdidmmdhcaieeafclkikdaknhd
URL Chính Thức https://chromewebstore.google.com/detail/need-a-hand/fpgiejkdidmmdhcaieeafclkikdaknhd
Mô tả With a massive hand comes massive responsibility
Kích Thước Tệp 2.31 MB
Số Lần Cài Đặt 1,465
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2012-05-20
Ngày Phát Hành 2012-05-19
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.liquidx.net
Loại Thanh Toán free
Trang Web Mở Rộng http://www.liquidx.net/needahand/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Need a Hand",
    "version": "1.2.1",
    "description": "With a massive hand comes massive responsibility",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon32.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Need a Hand"
    },
    "web_accessible_resources": [
        "lefthand.png",
        "righthand.png"
    ]
}