Fancy Hands
This extension adds Fancy Hands functionality to your chrome browser.
Fancy Hands란 무엇입니까?
Fancy Hands은(는) Fancy Hands에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds Fancy Hands functionality to your chrome browser."입니다.
확장 프로그램 스크린샷
Fancy Hands 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create new Fancy Hands requests and check on old ones from anywhere in your browser! By installing this extension, you now have the freedom of delegating tasks from any website you happen to be on. We'll also send desktop notifications to let you know exactly when a task has been updated or completed!
확장 프로그램 기본 정보
이름 | Fancy Hands |
ID | pgelmogahekmflhjhjgmmgdccbjagipo |
공식 URL | https://chromewebstore.google.com/detail/fancy-hands/pgelmogahekmflhjhjgmmgdccbjagipo |
설명 | This extension adds Fancy Hands functionality to your chrome browser. |
파일 크기 | 814 KB |
설치 횟수 | 530 |
현재 버전 | 0.6.5 |
최근 업데이트 | 2015-04-07 |
출시 날짜 | 2015-04-07 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | Fancy Hands |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://fancyhands.com |
개인정보 보호 정책 페이지 URL | https://www.fancyhands.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fancy Hands", "description": "This extension adds Fancy Hands functionality to your chrome browser.", "version": "0.6.5", "options_page": "options.html", "permissions": [ "*:\/\/*\/*", "background", "storage", "tabs", "history", "notifications" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Fancy Hands" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lib\/jquery.2.0.3.min.js", "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "partials\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |