underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Что такое underscore?
underscore - это расширение Chrome, разработанное ansonairoldi, и его основная функция - "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".
Снимки экрана расширения
Скачать файл CRX расширения underscore
Скачайте файлы расширений underscore в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple Omnibox shortcut support for easily getting access to underscore.js documentation.
To Use: Simply type '_' into Chromes searchbox, followed by a tab or space. This will bring you into the extension's search context, where you can now search underscore's documentation.
-----
1.0.1: fixed breaking issue with underscore https Основная информация о расширении
| Название | |
| ID | pffeaanfhmcllmncifaihidglefccbeg |
| Официальный URL | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
| Описание | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
| Размер файла | 212 KB |
| Количество установок | 14 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2018-07-07 |
| Дата публикации | 2018-07-07 |
| Разработчик | ansonairoldi |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/ansonlouis/chrome-underscore |
| URL страницы помощи | https://github.com/ansonlouis/chrome-underscore |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "underscore",
"version": "1.0.1",
"manifest_version": 2,
"permissions": [],
"background": {
"persistent": true,
"page": ".\/background.html"
},
"omnibox": {
"keyword": "_"
}
} | |