Google Apps Menu

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

Co je Google Apps Menu?

Google Apps Menu je rozšíření Chrome vyvinuté Saxon Keegan, a jeho hlavní funkcí je „This extension adds the Google apps menu to the URL bar for easy access to Googles apps“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Apps Menu

Stáhněte si soubory rozšíření Google Apps Menu ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Apps Menu Google Apps Menu
ID kpolmdikociapfjfcgalhcbbilphbldl
Oficiální URL https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl
Popis This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Velikost souboru 79.72 KB
Počet instalací 31,122
Aktuální Verze 1.0
Poslední Aktualizace 2016-05-05
Datum Vydání 2016-05-05
Hodnocení 3.20/5 Celkem 20 Hodnocení
Vývojář Saxon Keegan
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}