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
公式URL 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'"
}