Single Click for for Google™ Apps

Allow users to select apps from App Launcher that will give single-click access

ما هو Single Click for for Google™ Apps؟

Single Click for for Google™ Apps هو إضافة Chrome تم تطويرها بواسطة http://www.ronchalant.com، والميزة الرئيسية لها هي "Allow users to select apps from App Launcher that will give single-click access".

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

screenshot

تحميل ملف CRX للإضافة Single Click for for Google™ Apps

قم بتنزيل ملفات الامتداد Single Click for for Google™ Apps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Restores one-click options for users based on app-launcher entries.

The applications listed in the App Launcher within compatible google pages will now have checkboxes to toggle one-click access to these sites.

This beta extension only works for users who have Google Plus. A release is forthcoming to support users w/o Google Plus.                    

معلومات أساسية عن التمديد

الاسم Single Click for for Google™ Apps Single Click for for Google™ Apps
ID mgobllckpakpkklabajnipmeedenicfk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk
الوصف Allow users to select apps from App Launcher that will give single-click access
حجم الملف 260 KB
عدد التثبيتات 235
النسخة الحالية 0.6
آخر تحديث 2013-10-28
تاريخ النشر 2013-10-28
تقييم 4.86/5 مجموع تقييمات 7
المطور http://www.ronchalant.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": [
        {
            "email": "[email protected]",
            "name": "Ron Rudy"
        }
    ],
    "name": "Single Click for for Google\u2122 Apps",
    "description": "Allow users to select apps from App Launcher that will give single-click access",
    "version": "0.6",
    "icons": {
        "48": "images\/sandbar-icon-48.png",
        "128": "images\/sandbar-icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.google.com\/*"
    ],
    "content_scripts": [
        {
            "css": [],
            "js": [
                "src\/jquery.js",
                "app\/restore.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/jquery.min.map"
    ]
}