Google Apps Menu

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

Wat is Google Apps Menu?

Google Apps Menu is een Chrome-extensie ontwikkeld door Saxon Keegan, en de belangrijkste functie is "This extension adds the Google apps menu to the URL bar for easy access to Googles apps".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Google Apps Menu

Download Google Apps Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Apps Menu Google Apps Menu
ID kpolmdikociapfjfcgalhcbbilphbldl
Officiële URL https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl
Beschrijving This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Bestandsgrootte 79.72 KB
Aantal Installaties 31,122
Huidige Versie 1.0
Laatst Bijgewerkt 2016-05-05
Publicatiedatum 2016-05-05
Beoordeling 3.20/5 Totaal 20 Beoordelingen
Ontwikkelaar Saxon Keegan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}