Fancy Hands

This extension adds Fancy Hands functionality to your chrome browser.

Cos'è Fancy Hands?

Fancy Hands è un'estensione di Chrome sviluppata da Fancy Hands, e la sua funzione principale è "This extension adds Fancy Hands functionality to your chrome browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fancy Hands

Scarica i file di estensione Fancy Hands in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Fancy Hands Fancy Hands
ID pgelmogahekmflhjhjgmmgdccbjagipo
URL Ufficiale https://chromewebstore.google.com/detail/fancy-hands/pgelmogahekmflhjhjgmmgdccbjagipo
Descrizione This extension adds Fancy Hands functionality to your chrome browser.
Dimensione del File 814 KB
Conteggio Installazioni 530
Versione Corrente 0.6.5
Ultimo Aggiornamento 2015-04-07
Data di Pubblicazione 2015-04-07
Valutazione 4.40/5 Totale 10 Valutazioni
Sviluppatore Fancy Hands
Tipo di Pagamento free
Sito Web dell'Estensione http://fancyhands.com
URL della Pagina della Politica sulla Privacy https://www.fancyhands.com/privacy-policy
Lingue Supportate 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'"
}