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