Google Apps Menu

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

Co to jest Google Apps Menu?

Google Apps Menu to rozszerzenie Chrome opracowane przez Saxon Keegan, a jego główną funkcją jest „This extension adds the Google apps menu to the URL bar for easy access to Googles apps”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Apps Menu

Pobierz pliki rozszerzeń Google Apps Menu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Apps Menu Google Apps Menu
ID kpolmdikociapfjfcgalhcbbilphbldl
Oficjalny URL https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl
Opis This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Rozmiar pliku 79.72 KB
Liczba instalacji 31,122
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-05-05
Data Publikacji 2016-05-05
Ocena 3.20/5 Łącznie 20 Oceny
Deweloper Saxon Keegan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}