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.) 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |