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文件

下載Google Services Launcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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 "
}