Single Click for for Google™ Apps

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

Co je Single Click for for Google™ Apps?

Single Click for for Google™ Apps je rozšíření Chrome vyvinuté http://www.ronchalant.com, a jeho hlavní funkcí je „Allow users to select apps from App Launcher that will give single-click access“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Single Click for for Google™ Apps

Stáhněte si soubory rozšíření Single Click for for Google™ Apps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Single Click for for Google™ Apps Single Click for for Google™ Apps
ID mgobllckpakpkklabajnipmeedenicfk
Oficiální URL https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk
Popis Allow users to select apps from App Launcher that will give single-click access
Velikost souboru 260 KB
Počet instalací 235
Aktuální Verze 0.6
Poslední Aktualizace 2013-10-28
Datum Vydání 2013-10-28
Hodnocení 4.86/5 Celkem 7 Hodnocení
Vývojář http://www.ronchalant.com
Typ Platby free
Podporované Jazyky 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"
    ]
}