Omnicomplete
Smart search for your bookmarks & openned tabs
Что такое Omnicomplete?
Omnicomplete - это расширение Chrome, разработанное chrisseroka, и его основная функция - "Smart search for your bookmarks & openned tabs".
Снимки экрана расширения
Скачать файл CRX расширения Omnicomplete
Скачайте файлы расширений Omnicomplete в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to do smart search for your bookmarks & openned tabs. It also shows the list of recent tabs so that you can go to previous tab easily. Excellent if you want to switch tabs or go to favourite pages faster without mouse. CAUTION: For best effect you have to set up keyboard shortcut manually by going to "Chrome > More tools > extensions > Keyboard shortcuts". I suggest using "Ctrl+Comma" but feel free to select shortcut of your choice. Features: - Show recent tabs (ordered by last activation date) - Search by part of bookmark name and location in folders - You do not have to learn any search expressions - just join part of words from bookmark folder and/or name and it will try to find it (matches are highlighted) - If bookmark is already openned it can activate it without openning new tab - Simiilar to smart search mechanism known from programming IDEs like Visual Studio with R#, Sublime Text or IntelliJ IDEA IT IS OPEN-SOURCE! GitHub repository: https://github.com/chrisseroka/chrome-omnicomplete
Основная информация о расширении
Название | |
ID | mlcmdiaafmjoemkbhidcchjkckameebe |
Официальный URL | https://chromewebstore.google.com/detail/omnicomplete/mlcmdiaafmjoemkbhidcchjkckameebe |
Описание | Smart search for your bookmarks & openned tabs |
Размер файла | 17.76 KB |
Количество установок | 21 |
Текущая Версия | 0.0.6 |
Последнее Обновление | 2018-09-12 |
Дата публикации | 2018-09-12 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | chrisseroka |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/chrisseroka/chrome-omnicomplete |
URL страницы помощи | https://github.com/chrisseroka/chrome-omnicomplete/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omnicomplete", "version": "0.0.6", "manifest_version": 2, "description": "Smart search for your bookmarks & openned tabs", "icons": { "24": "images\/icon-24.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/icon-24.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "bookmarks", "history" ], "content_scripts": [ { "matches": [ " |