Single Click for for Google™ Apps

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

Apa itu Single Click for for Google™ Apps?

Single Click for for Google™ Apps adalah ekstensi Chrome yang dikembangkan oleh http://www.ronchalant.com, dan fitur utamanya adalah "Allow users to select apps from App Launcher that will give single-click access".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Single Click for for Google™ Apps

Unduh file ekstensi Single Click for for Google™ Apps dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Single Click for for Google™ Apps Single Click for for Google™ Apps
ID mgobllckpakpkklabajnipmeedenicfk
URL Resmi https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk
Deskripsi Allow users to select apps from App Launcher that will give single-click access
Ukuran File 260 KB
Jumlah Instalasi 235
Versi Saat Ini 0.6
Terakhir Diperbarui 2013-10-28
Tanggal Publikasi 2013-10-28
Penilaian 4.86/5 Total 7 Penilaian
Pengembang http://www.ronchalant.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}