Google Apps Menu

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

Τι είναι το Google Apps Menu;

Το Google Apps Menu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Saxon Keegan, και η κύρια λειτουργία του είναι "This extension adds the Google apps menu to the URL bar for easy access to Googles apps".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Apps Menu

Λήψη αρχείων επέκτασης Google Apps Menu σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Apps Menu Google Apps Menu
ID kpolmdikociapfjfcgalhcbbilphbldl
Επίσημο URL https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl
Περιγραφή This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Μέγεθος Αρχείου 79.72 KB
Αριθμός Εγκαταστάσεων 31,122
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-05-05
Ημερομηνία Δημοσίευσης 2016-05-05
Αξιολόγηση 3.20/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Saxon Keegan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/"
    ]
}