Google Services Launcher

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

O que é Google Services Launcher?

Google Services Launcher é uma extensão do Chrome desenvolvida por denno020, e sua principal característica é "An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Services Launcher

Baixe arquivos de extensão Google Services Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Services Launcher Google Services Launcher
ID pgmbbgdogjfgbnlcnfeoelfanbgaehma
URL Oficial https://chromewebstore.google.com/detail/google-services-launcher/pgmbbgdogjfgbnlcnfeoelfanbgaehma
Descrição An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail
Tamanho do Arquivo 311 KB
Contagem de Instalações 4,192
Versão Atual 0.0.2
Última Atualização 2015-06-21
Data de Publicação 2015-06-21
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor denno020
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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 "
}