Need a Hand
With a massive hand comes massive responsibility
Was ist Need a Hand?
Need a Hand ist eine Chrome-Erweiterung, die von https://www.liquidx.net entwickelt wurde, und ihr Hauptmerkmal ist "With a massive hand comes massive responsibility".
Erweiterungsscreenshots
Need a Hand-Erweiterungs-CRX-Datei herunterladen
Laden Sie Need a Hand-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.)
Grundlegende Informationen zur Erweiterung
Name | Need a Hand |
ID | fpgiejkdidmmdhcaieeafclkikdaknhd |
Offizielle URL | https://chromewebstore.google.com/detail/need-a-hand/fpgiejkdidmmdhcaieeafclkikdaknhd |
Beschreibung | With a massive hand comes massive responsibility |
Dateigröße | 2.31 MB |
Installationsanzahl | 1,465 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2012-05-20 |
Veröffentlichungsdatum | 2012-05-19 |
Bewertung | 3.86/5 Insgesamt 7 Bewertungen |
Entwickler | https://www.liquidx.net |
Zahlungsart | free |
Erweiterungswebsite | http://www.liquidx.net/needahand/ |
Unterstützte Sprachen | 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" ] } |