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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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