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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}