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文件
下載Need a Hand擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |