Fancy Hands

This extension adds Fancy Hands functionality to your chrome browser.

Fancy Hands là gì?

Fancy Hands là một tiện ích mở rộng Chrome được phát triển bởi Fancy Hands, và tính năng chính của nó là "This extension adds Fancy Hands functionality to your chrome browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fancy Hands

Tải xuống các tệp mở rộng Fancy Hands dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fancy Hands Fancy Hands
ID pgelmogahekmflhjhjgmmgdccbjagipo
URL Chính Thức https://chromewebstore.google.com/detail/fancy-hands/pgelmogahekmflhjhjgmmgdccbjagipo
Mô tả This extension adds Fancy Hands functionality to your chrome browser.
Kích Thước Tệp 814 KB
Số Lần Cài Đặt 530
Phiên Bản Hiện Tại 0.6.5
Cập Nhật Lần Cuối 2015-04-07
Ngày Phát Hành 2015-04-07
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Fancy Hands
Loại Thanh Toán free
Trang Web Mở Rộng http://fancyhands.com
URL Trang Chính Sách Bảo Mật https://www.fancyhands.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}