Bookmarked tabs to the front
Brings newly created tabs of bookmarked links to the foreground.
Что такое Bookmarked tabs to the front?
Bookmarked tabs to the front - это расширение Chrome, разработанное Wayne Davison, и его основная функция - "Brings newly created tabs of bookmarked links to the foreground.".
Снимки экрана расширения
Скачать файл CRX расширения Bookmarked tabs to the front
Скачайте файлы расширений Bookmarked tabs to the front в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Middle-clicking (or Ctrl-clicking) a bookmark link will open a new tab in the foreground. A middle-click of an unbookmarked link will open in the background. This affects any new tab for a link that you have bookmarked, not just when clicking in your bookmarks. Updates: 1.1.2: A minor tweak and a policy update. 1.1.1: Fixed to work in Chrome 79 (which moved the URL string).
Основная информация о расширении
Название | Bookmarked tabs to the front |
ID | mmllilpdpplbmjdjhlkagmimpgdflphb |
Официальный URL | https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb |
Описание | Brings newly created tabs of bookmarked links to the foreground. |
Размер файла | 26.55 KB |
Количество установок | 1,419 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2021-06-07 |
Дата публикации | 2020-01-05 |
Рейтинг | 4.45/5 Всего 31 оценок |
Разработчик | Wayne Davison |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://opencoder.net/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Brings newly created tabs of bookmarked links to the foreground.", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Bookmarked tabs to the front", "permissions": [ "tabs", "bookmarks" ], "version": "1.1.2" } |