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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}