Fancy Hands

This extension adds Fancy Hands functionality to your chrome browser.

What is Fancy Hands?

Fancy Hands is a Chrome extension developed by Fancy Hands, and its main feature is "This extension adds Fancy Hands functionality to your chrome browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Fancy Hands Extension CRX File

Download Fancy Hands extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Fancy Hands Fancy Hands
ID pgelmogahekmflhjhjgmmgdccbjagipo
Official URL https://chromewebstore.google.com/detail/fancy-hands/pgelmogahekmflhjhjgmmgdccbjagipo
Description This extension adds Fancy Hands functionality to your chrome browser.
File Size 814 KB
Installation Count 530
Current Version 0.6.5
Last Updated 2015-04-07
Publish Date 2015-04-07
Rating 4.40/5 Total 10 Ratings
Developer Fancy Hands
Payment Type free
Extension Website http://fancyhands.com
Privacy Policy Page URL https://www.fancyhands.com/privacy-policy
Supported Languages 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'"
}