Search Bookmarks for Chrome
Easy find and open your bookmarks.
Что такое Search Bookmarks for Chrome?
Search Bookmarks for Chrome - это расширение Chrome, разработанное Bruno Basto, и его основная функция - "Easy find and open your bookmarks.".
Снимки экрана расширения
Скачать файл CRX расширения Search Bookmarks for Chrome
Скачайте файлы расширений Search Bookmarks for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to easily find and open any of your bookmarks. It provides an easy shortcut by default (Crt+E) that quickly opens the extension and you can start typing your query right away. This first version also features an easy way to navigate through search results using the navigation keys (up and down). After selecting the desired result entry, just hit the Enter key or click in the result to open it in a new tab. Future release will include sync with Social Bookmarks sites such as Delicious and Diigo and will also include a learning algorithm to show first the bookmarks you use more.
Основная информация о расширении
Название | |
ID | fcncfhllkjppmmcjmlohajkafkbifldi |
Официальный URL | https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi |
Описание | Easy find and open your bookmarks. |
Размер файла | 23.41 KB |
Количество установок | 104 |
Текущая Версия | 1.1.5 |
Последнее Обновление | 2014-04-11 |
Дата публикации | 2014-04-11 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Bruno Basto |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Bookmarks for Chrome", "description": "Easy find and open your bookmarks.", "version": "1.1.5", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+E", "mac": "MacCtrl+E" } } }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "search.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/yuicombo.appspot.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |