Google Apps Menu
This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Was ist Google Apps Menu?
Google Apps Menu ist eine Chrome-Erweiterung, die von Saxon Keegan entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds the Google apps menu to the URL bar for easy access to Googles apps".
Erweiterungsscreenshots
Google Apps Menu-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Apps Menu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Google Apps Menu |
ID | kpolmdikociapfjfcgalhcbbilphbldl |
Offizielle URL | https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl |
Beschreibung | This extension adds the Google apps menu to the URL bar for easy access to Googles apps |
Dateigröße | 79.72 KB |
Installationsanzahl | 31,122 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-05-05 |
Veröffentlichungsdatum | 2016-05-05 |
Bewertung | 3.20/5 Insgesamt 20 Bewertungen |
Entwickler | Saxon Keegan |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |