Open bookmark folder
To use, type 'ob' plus a folder name into the Omnibox.
Что такое Open bookmark folder?
Open bookmark folder - это расширение Chrome, разработанное Jan Schulz, и его основная функция - "To use, type 'ob' plus a folder name into the Omnibox.".
Скачать файл CRX расширения Open bookmark folder
Скачайте файлы расширений Open bookmark folder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension lets you open all links in a bookmark folder by typing "ob " into the address bar (Chromes "omnibox").
It is a replacement for Operas folder nicknames.
To change the identifier ("ob" per default), go to the option page and follow the instructions (or see this stackoverflow question: http://stackoverflow.com/a/18219395/1380673). Основная информация о расширении
| Название | |
| ID | clapomiagkdmpgjclehajclninkdnihd |
| Официальный URL | https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd |
| Описание | To use, type 'ob' plus a folder name into the Omnibox. |
| Размер файла | 22.91 KB |
| Количество установок | 236 |
| Текущая Версия | 0.9 |
| Последнее Обновление | 2014-08-28 |
| Дата публикации | 2014-08-28 |
| Рейтинг | 4.20/5 Всего 5 оценок |
| Разработчик | Jan Schulz |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/JanSchulz/openbookmarks-chrome |
| URL страницы помощи | https://github.com/JanSchulz/openbookmarks-chrome |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open bookmark folder",
"description": "To use, type 'ob' plus a folder name into the Omnibox. ",
"version": "0.9",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"bookmarks"
],
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
]
},
"omnibox": {
"keyword": "ob"
},
"manifest_version": 2
} | |