Need a Hand
With a massive hand comes massive responsibility
Need a Hand란 무엇입니까?
Need a Hand은(는) https://www.liquidx.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With a massive hand comes massive responsibility"입니다.
확장 프로그램 스크린샷
Need a Hand 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |