Fancy Hands

This extension adds Fancy Hands functionality to your chrome browser.

ما هو Fancy Hands؟

Fancy Hands هو إضافة Chrome تم تطويرها بواسطة Fancy Hands، والميزة الرئيسية لها هي "This extension adds Fancy Hands functionality to your chrome browser.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Fancy Hands

قم بتنزيل ملفات الامتداد Fancy Hands بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}