Fancy Hands
This extension adds Fancy Hands functionality to your chrome browser.
Was ist Fancy Hands?
Fancy Hands ist eine Chrome-Erweiterung, die von Fancy Hands entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds Fancy Hands functionality to your chrome browser.".
Erweiterungsscreenshots
Fancy Hands-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fancy Hands-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Fancy Hands |
ID | pgelmogahekmflhjhjgmmgdccbjagipo |
Offizielle URL | https://chromewebstore.google.com/detail/fancy-hands/pgelmogahekmflhjhjgmmgdccbjagipo |
Beschreibung | This extension adds Fancy Hands functionality to your chrome browser. |
Dateigröße | 814 KB |
Installationsanzahl | 530 |
Aktuelle Version | 0.6.5 |
Letztes Update | 2015-04-07 |
Veröffentlichungsdatum | 2015-04-07 |
Bewertung | 4.40/5 Insgesamt 10 Bewertungen |
Entwickler | Fancy Hands |
Zahlungsart | free |
Erweiterungswebsite | http://fancyhands.com |
URL der Datenschutzrichtlinien-Seite | https://www.fancyhands.com/privacy-policy |
Unterstützte Sprachen | 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'" } |