Need a Hand

With a massive hand comes massive responsibility

Need a Hand क्या है?

Need a Hand https://www.liquidx.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With a massive hand comes massive responsibility"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Need a Hand एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Need a Hand Need a Hand
ID fpgiejkdidmmdhcaieeafclkikdaknhd
आधिकारिक URL https://chromewebstore.google.com/detail/need-a-hand/fpgiejkdidmmdhcaieeafclkikdaknhd
विवरण With a massive hand comes massive responsibility
फ़ाइल का आकार 2.31 MB
स्थापना संख्या 1,465
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2012-05-20
प्रकाशन तिथि 2012-05-19
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर https://www.liquidx.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.liquidx.net/needahand/
समर्थित भाषाएँ 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"
    ]
}