Google Services Launcher

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

Was ist Google Services Launcher?

Google Services Launcher ist eine Chrome-Erweiterung, die von denno020 entwickelt wurde, und ihr Hauptmerkmal ist "An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Google Services Launcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Services Launcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Services Launcher Google Services Launcher
ID pgmbbgdogjfgbnlcnfeoelfanbgaehma
Offizielle URL https://chromewebstore.google.com/detail/google-services-launcher/pgmbbgdogjfgbnlcnfeoelfanbgaehma
Beschreibung An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail
Dateigröße 311 KB
Installationsanzahl 4,192
Aktuelle Version 0.0.2
Letztes Update 2015-06-21
Veröffentlichungsdatum 2015-06-21
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler denno020
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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 "
}