Google Services Launcher

An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail

Google Services Launcher란 무엇입니까?

Google Services Launcher은(는) denno020에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Google Services Launcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        I have created this extension because I use a lot of Google services fairly frequently, and wanted to be able to load up each quickly and easily. The launcher that is in Gmail is perfect for this, but you have to have your inbox loaded to be able to use it.
This extension is basically a copy of that, however it uses direct links to each service's URL. This means that the extension doesn't need to know anything about the user, and the popup will also appear almost instantly.

The icons are made sortable, and the order will be remembered using local storage.

Tip: Instead of clicking on the 'More' link to show the rest of the icons, you can mouse wheel down, and the rest of the icons will appear. Then when you wish to collapse the panel again, mouse wheel up to make sure the scroll bar is at the top, and the click up once more.                    

확장 프로그램 기본 정보

이름 Google Services Launcher Google Services Launcher
ID pgmbbgdogjfgbnlcnfeoelfanbgaehma
공식 URL https://chromewebstore.google.com/detail/google-services-launcher/pgmbbgdogjfgbnlcnfeoelfanbgaehma
설명 An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail
파일 크기 311 KB
설치 횟수 4,192
현재 버전 0.0.2
최근 업데이트 2015-06-21
출시 날짜 2015-06-21
평점 4.50/5 총 6 개의 평점
개발자 denno020
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Services Launcher",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "img\/launcher-icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "description": "An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail",
    "author": "Luke Denton "
}