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 Saxon Keegan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds the Google apps menu to the URL bar for easy access to Googles apps"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Apps Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}