Bookmark Keyword
Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search
Что такое Bookmark Keyword?
Bookmark Keyword - это расширение Chrome, разработанное Alex Nazimok, и его основная функция - "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search".
Снимки экрана расширения
Скачать файл CRX расширения Bookmark Keyword
Скачайте файлы расширений Bookmark Keyword в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Bookmark Keyword is powerful extension that helps to navigate the web using bookmarks even easier. Bookmark any page, add keyword to the title and you are ready to jump the the page with just couple of keystrokes You can execute keyword commands by putting them on the end of the keyword or on the end of the url, if selected from the suggestions list. Followin commands are currently supported: :t - open in the new tab :p - pin tab :w - open in the new window :i - incognito mode For example: Assuming we have bookmark defined as '[fb] Facebook' to open the bookmark in the new window, you would type the following command in the omnibar "kw{tab}fb:w" The commands could be combined. For example to open the bookmark in the new incognito window you would type: 'kw{tab}fb:wi'.
Основная информация о расширении
Название | Bookmark Keyword |
ID | jgmmhndnlacimnjmgplphnokhnlbhnmd |
Официальный URL | https://chromewebstore.google.com/detail/bookmark-keyword/jgmmhndnlacimnjmgplphnokhnlbhnmd |
Описание | Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search |
Размер файла | 48.93 KB |
Количество установок | 347 |
Текущая Версия | 1.7 |
Последнее Обновление | 2013-09-25 |
Дата публикации | 2013-09-25 |
Рейтинг | 4.00/5 Всего 23 оценок |
Разработчик | Alex Nazimok |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/anazimok/bookmark_keyword |
URL страницы помощи | https://github.com/anazimok/bookmark_keyword/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "storage.js" ], "persistent": false }, "manifest_version": 2, "description": "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search", "name": "Bookmark Keyword", "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "omnibox": { "keyword": "kw" }, "permissions": [ "bookmarks", "tabs" ], "version": "1.7" } |