Need a Hand

With a massive hand comes massive responsibility

Qu'est-ce que Need a Hand ?

Need a Hand est une extension Chrome développée par https://www.liquidx.net, et sa fonction principale est "With a massive hand comes massive responsibility".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Need a Hand

Téléchargez les fichiers d'extension Need a Hand au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Need a Hand Need a Hand
ID fpgiejkdidmmdhcaieeafclkikdaknhd
URL Officiel https://chromewebstore.google.com/detail/need-a-hand/fpgiejkdidmmdhcaieeafclkikdaknhd
Description With a massive hand comes massive responsibility
Taille du Fichier 2.31 MB
Nombre d'Installations 1,465
Version Actuelle 1.2.1
Dernière Mise à Jour 2012-05-20
Date de Publication 2012-05-19
Évaluation 3.86/5 Total 7 Évaluations
Développeur https://www.liquidx.net
Type de Paiement free
Site Web de l'Extension http://www.liquidx.net/needahand/
Langues Prises en Charge 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"
    ]
}