Groups Search
To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Что такое Groups Search?
Groups Search - это расширение Chrome, разработанное https://timothytocci.wordpress.com, и его основная функция - "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".
Снимки экрана расширения
Скачать файл CRX расширения Groups Search
Скачайте файлы расширений Groups Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Search Google Groups from the Omnibox. To use, type 'ggs' & space, and a query term into the Omnibox.
To view the code for this addon and many others go to http://timothytocci.com/                     Основная информация о расширении
| Название |   |  
| ID | donhcaknlpccdkjcibmnbagekdemifif | 
| Официальный URL | https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif | 
| Описание | To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com | 
| Размер файла | 15.49 KB | 
| Количество установок | 21 | 
| Текущая Версия | 0.1 | 
| Последнее Обновление | 2014-01-26 | 
| Дата публикации | 2014-01-26 | 
| Разработчик | https://timothytocci.wordpress.com | 
| Тип оплаты | free | 
| Официальный сайт расширения | http://timothytocci.com/ | 
| URL страницы помощи | http://timothytocci.com/ | 
| Поддерживаемые языки | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Groups Search",
    "short_name": "ggs Search",
    "description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ggs"
    },
    "icons": {
        "16": "ggs_16.png",
        "32": "ggs_32.png",
        "48": "ggs_48.png",
        "128": "ggs_128.png"
    },
    "manifest_version": 2
}  |  |