Omgili Search
To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Что такое Omgili Search?
Omgili Search - это расширение Chrome, разработанное https://timothytocci.wordpress.com, и его основная функция - "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com".
Снимки экрана расширения
Скачать файл CRX расширения Omgili Search
Скачайте файлы расширений Omgili Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is an Omnibox extension that enables you to search Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab. To view the code for this extension and many more visit: http://timothytocci.com/
Основная информация о расширении
Название | Omgili Search |
ID | jllbgnjiffjogdmoljjljeedafbndamm |
Официальный URL | https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm |
Описание | To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com |
Размер файла | 15.6 KB |
Количество установок | 25 |
Текущая Версия | 0.1 |
Последнее Обновление | 2014-01-29 |
Дата публикации | 2014-01-28 |
Разработчик | 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": "Omgili Search", "short_name": "omg Search", "description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "omg" }, "icons": { "16": "omg_16.png", "32": "omg_32.png", "48": "omg_48.png", "128": "omg_128.png" }, "manifest_version": 2 } |