Google Apps Menu

This extension adds the Google apps menu to the URL bar for easy access to Googles apps

Cos'è Google Apps Menu?

Google Apps Menu è un'estensione di Chrome sviluppata da Saxon Keegan, e la sua funzione principale è "This extension adds the Google apps menu to the URL bar for easy access to Googles apps".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Google Apps Menu

Scarica i file di estensione Google Apps Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        I use Google's services a lot, but I've always found it tedious having to navigate to their site to access each of their services. Google Apps Menu is a simple extension that adds the app menu onto chrome's interface. It provides the user with quick access to some of Google's popular apps and services.                    

Informazioni di Base sull'Estensione

Nome Google Apps Menu Google Apps Menu
ID kpolmdikociapfjfcgalhcbbilphbldl
URL Ufficiale https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl
Descrizione This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Dimensione del File 79.72 KB
Conteggio Installazioni 31,122
Versione Corrente 1.0
Ultimo Aggiornamento 2016-05-05
Data di Pubblicazione 2016-05-05
Valutazione 3.20/5 Totale 20 Valutazioni
Sviluppatore Saxon Keegan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Apps Menu",
    "description": "This extension adds the Google apps menu to the URL bar for easy access to Googles apps",
    "version": "1.0",
    "browser_action": {
        "default_icon": "menu.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "menu16.png",
        "48": "menu48.png",
        "128": "menu.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}