Fancy Hands
This extension adds Fancy Hands functionality to your chrome browser.
Vad är Fancy Hands?
Fancy Hands är en Chrome-tillägg utvecklad av Fancy Hands, och dess huvudfunktion är "This extension adds Fancy Hands functionality to your chrome browser.".
Tilläggsskärmbilder
Ladda ner Fancy Hands-förlängningens CRX-fil
Ladda ner Fancy Hands-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Fancy Hands |
ID | pgelmogahekmflhjhjgmmgdccbjagipo |
Officiell webbadress | https://chromewebstore.google.com/detail/fancy-hands/pgelmogahekmflhjhjgmmgdccbjagipo |
Beskrivning | This extension adds Fancy Hands functionality to your chrome browser. |
Filstorlek | 814 KB |
Antal Installationer | 530 |
Aktuell Version | 0.6.5 |
Senast Uppdaterad | 2015-04-07 |
Publiceringsdatum | 2015-04-07 |
Betyg | 4.40/5 Totalt 10 Betyg |
Utvecklare | Fancy Hands |
Betalningssätt | free |
Tilläggswebbplats | http://fancyhands.com |
URL till Sekretesspolicy Sidan | https://www.fancyhands.com/privacy-policy |
Stödda Språk | 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'" } |