Fancy Hands

This extension adds Fancy Hands functionality to your chrome browser.

Qu'est-ce que Fancy Hands ?

Fancy Hands est une extension Chrome développée par Fancy Hands, et sa fonction principale est "This extension adds Fancy Hands functionality to your chrome browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Fancy Hands

Téléchargez les fichiers d'extension Fancy Hands au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Fancy Hands Fancy Hands
ID pgelmogahekmflhjhjgmmgdccbjagipo
URL Officiel https://chromewebstore.google.com/detail/fancy-hands/pgelmogahekmflhjhjgmmgdccbjagipo
Description This extension adds Fancy Hands functionality to your chrome browser.
Taille du Fichier 814 KB
Nombre d'Installations 530
Version Actuelle 0.6.5
Dernière Mise à Jour 2015-04-07
Date de Publication 2015-04-07
Évaluation 4.40/5 Total 10 Évaluations
Développeur Fancy Hands
Type de Paiement free
Site Web de l'Extension http://fancyhands.com
URL de la Page de Politique de Confidentialité https://www.fancyhands.com/privacy-policy
Langues Prises en Charge 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'"
}