GButton

This extension opens a listing of useful google sites.

Что такое GButton?

GButton - это расширение Chrome, разработанное http://rajbhadra.com, и его основная функция - "This extension opens a listing of useful google sites.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GButton

Скачайте файлы расширений GButton в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension makes accessing commonly used google services easier. Unlike the icon on google sites which gives you quick access to google services, this extension will be of use while on any site. It has shortcuts for google plus, google search, youtube, google maps, google play, google news, gmail, google drive and google calendar. On clicking the sites open in a new tab.                    

Основная информация о расширении

Название GButton GButton
ID hehofmbhkkanpebjgnbkhmbcghomkehg
Официальный URL https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg
Описание This extension opens a listing of useful google sites.
Размер файла 17.17 KB
Количество установок 23
Текущая Версия 2
Последнее Обновление 2014-07-07
Дата публикации 2014-07-07
Рейтинг 5.00/5 Всего 4 оценок
Разработчик http://rajbhadra.com
Тип оплаты free
Официальный сайт расширения http:www.rajbhadra.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GButton",
    "short_name": "Gbar",
    "description": "This extension opens a listing of useful google sites.",
    "version": "2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}