Google Apps Menu

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

What is Google Apps Menu?

Google Apps Menu is a Chrome extension developed by Saxon Keegan, and its main feature is "This extension adds the Google apps menu to the URL bar for easy access to Googles apps".

Extension Screenshots

screenshot
screenshot

Download Google Apps Menu Extension CRX File

Download Google Apps Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Google Apps Menu Google Apps Menu
ID kpolmdikociapfjfcgalhcbbilphbldl
Official URL https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl
Description This extension adds the Google apps menu to the URL bar for easy access to Googles apps
File Size 79.72 KB
Installation Count 31,122
Current Version 1.0
Last Updated 2016-05-05
Publish Date 2016-05-05
Rating 3.20/5 Total 20 Ratings
Developer Saxon Keegan
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}