Google Apps Menu

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

Vad är Google Apps Menu?

Google Apps Menu är en Chrome-tillägg utvecklad av Saxon Keegan, och dess huvudfunktion är "This extension adds the Google apps menu to the URL bar for easy access to Googles apps".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Google Apps Menu-förlängningens CRX-fil

Ladda ner Google Apps Menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Google Apps Menu Google Apps Menu
ID kpolmdikociapfjfcgalhcbbilphbldl
Officiell webbadress https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl
Beskrivning This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Filstorlek 79.72 KB
Antal Installationer 31,122
Aktuell Version 1.0
Senast Uppdaterad 2016-05-05
Publiceringsdatum 2016-05-05
Betyg 3.20/5 Totalt 20 Betyg
Utvecklare Saxon Keegan
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}