Fancy Hands

This extension adds Fancy Hands functionality to your chrome browser.

什麼是Fancy Hands?

Fancy Hands是由Fancy Hands開發的Chrome擴展程式,該擴展的主要功能是“This extension adds Fancy Hands functionality to your chrome browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Fancy Hands擴展crx文件

下載Fancy Hands擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Fancy Hands Fancy Hands
ID pgelmogahekmflhjhjgmmgdccbjagipo
官方網址 https://chromewebstore.google.com/detail/fancy-hands/pgelmogahekmflhjhjgmmgdccbjagipo
簡介 This extension adds Fancy Hands functionality to your chrome browser.
檔案大小 814 KB
安裝次數 530
目前版本 0.6.5
更新時間 2015-04-07
上架時間 2015-04-07
評分 4.40/5 共 10 次評分
開發者 Fancy Hands
付費類型 free
擴展官網 http://fancyhands.com
隱私政策頁面URL https://www.fancyhands.com/privacy-policy
支援的語言 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'"
}