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はhttp://www.ronchalant.comによって開発されたChromeの拡張機能で、その主な機能は「Allow users to select apps from App Launcher that will give single-click access」です。

拡張機能のスクリーンショット

screenshot

Single Click for for Google™ Apps拡張機能のCRXファイルをダウンロード

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